Calculated by Group7127 (4/27/2007 4:01:16 AM) I have a Main report Grouped by Month Then Grouped by Department... I have a Subreport in the Department group header of my Main report. The Subreport is grouped by Job and all the Expenses for the job are in ... Sunflower
vertical text box in report not printing2236 (5/2/2007 2:36:23 PM) I have an AR statement report that contains a report header with 3 text controls that do a dlookup to get customer address. I set the vertical property to True. The page break after section is set so that the ... kscheu
want to display number when = zero6274 (5/1/2007 12:05:48 PM) Hello, I am creating a report but find problem in number display when the value = 0. When I've amended the format as "#,##0.00", it was automatically changed to "Standard" and displayed blank on report previ... Mary
Exporting to Excel - retaining number format5364 (4/26/2007 9:21:45 AM) I hope someone can help with this... I have data in Access and it displays well in all reports. The data I am dealing with has part numbers. These part numbers often are in a format similar to: 073D11 073... Steve
justify content of textbox "right to left" in access report0677 (5/2/2007 11:45:02 AM) hi my english is not good. i hope that reply this message. i am creating access db and and i have textbox on report. i want to justify content of textbox "right to left". we language is arabic and we must w... mehdi
Rotating Text3136 (4/30/2007 9:16:01 PM) I need to rotate text on my report to read sideways, bottom-to-top. I'm having trouble with the Stephen Lebans approach which I will describe below but first I'd like to ask the Microsoft reps out there if Mi... Utf
I only want one2129 (5/1/2007 11:25:26 PM) I have 3 tables that I want to create a report out of.all linked by a Donr ID in the Donors table. The Tables are as follows: Donors - single donor possuible per report page Silent Auction Items - They could ... Kevinm
Year to date total Help0163 (5/1/2007 10:00:48 PM) Hello, I'm trying to make a Check Stub/Year to Date report for a payroll form. All the check stub data works as expected, but the year to date portion only shows the totals for what ever week is being printed... Jim
Text Box in a Report1124 (5/1/2007 7:47:15 PM) This is my control source for a text box: =([Company]) & Chr(13) & Chr(10) & ([BizShipAddr]) & Chr(13) & Chr(10) & Trim([BizshipCity]) & ", " & ([Bizshipstate]) & " " & ([BizshipZip]) Programmically is it po... Utf