| Thread | Last Post | Replies |
|
| Carriage Returns in my data as a box | 15 Mar 2005 15:32 GMT | 7 |
I have a memo field that contains information that a customer service person typed in. There are carriage returns in it which appear as boxes. I want to create a report and somehow get the data to appear on separate
|
| Count Unique | 15 Mar 2005 08:35 GMT | 1 |
I have a report that shows Menu Items sold by one store on differnet days; so the same MI could be sold today and tomorrow; how do I display a count for unique MI sold; there are many stores that are shown on the header of the report.
|
| Group header format problem | 15 Mar 2005 08:27 GMT | 1 |
I would like a group header not to show only for the first record and then show that header for rest of the report. The following code works: Private Sub GroupHeader0_Format(Cancel As Integer, FormatCount As Integer) If lngTenCount.Value = 1 Then ' lngTenCount is a unique ...
|
| page numbering | 15 Mar 2005 06:52 GMT | 4 |
How do I make a reports page number start at a specified number? I would like the reports page numbr to start with the number 5. Thanks.
|
| Counting Yes/No fields in a report | 15 Mar 2005 04:35 GMT | 1 |
In creating my report I have counted the sum of the Yes/no fields and am getting a negative number. I understands this is because MS gives Yes a value of -1 and no a value of 0. Is there anyway to change the negative to a positive?
|
| Generate a report from unbound text box and parameter query | 15 Mar 2005 04:29 GMT | 2 |
I have a form that is used to preview or print reports. I would like to add an unbound text box on the form and when the user enters a code have it pull the data from a parameter query and display the data in a report. Can someone please direct me where i might be able to find a ...
|
| counting in reports | 14 Mar 2005 23:49 GMT | 5 |
My report has a sub client group, a client group and a report group. I need to know the total displayed records by group, by client group and the report as a whole. Since the displayed records do not show all the detail from the table, (multiple reocrds in the table only one is ...
|
| Block Ctrl+P for Reports | 14 Mar 2005 23:47 GMT | 2 |
I am trying to block Ctrl+P for a report when it is opened in view mode. Any idea how to do this, there does not appear to be a keydown or keypress event on which to determine the keys pressed. Ususally I can do something like Public Sub mForm_KeyDown(KeyCode As Integer, Shift ...
|
| Access Reports to PDF no Color | 14 Mar 2005 23:39 GMT | 3 |
We are saving Access Reports as PDF files using ADOBE Prof. Any text with color always saves as Black and White. Does anyone have any ideas on why this is happening!!!
|
| ?? what font is fixed size | 14 Mar 2005 22:02 GMT | 3 |
I am converting a number of large payroll reports and am having trouble aligning column headings. I am looking for a font where the 'i" and 'm' ar of equal size. many of the reports were prepared on printers with a 16.5 font size and printed 132 columns across. Many of the ...
|
| How to ... | 14 Mar 2005 21:54 GMT | 5 |
Hi to all. I need help on this onem, I need to reposition a subreport by code but I alway get the error 2465 cannot gfet the field subLoansPDF referred in your expression
|
| How do you page break on a specific field in an Access Report? | 14 Mar 2005 21:09 GMT | 1 |
How do you get your reports to do a page break on a specific field in an Access Report? For example if I'm doing a report on region, I want East region on one page, the West region on another page, the North region on another page, etc, etc.
|
| Column Wrapping? | 14 Mar 2005 19:54 GMT | 4 |
I have a report with a variable number of columns, each with a subtotal. My problem is that I have from 1 to 6 columns per record and I only have room for 3 wide. Is there any way to have the columns wrap so that I get three wide and the next three end up down the page?
|
| Time format setting needed | 14 Mar 2005 18:42 GMT | 2 |
What is the format setting for a cumulative time entry? I need a total of how much time a number of records adds up to, but I can't get the format to show me a time like "173:52" for one hundred seventy three hours and fifty two minutes.
|
| Automating Multiple Reports | 14 Mar 2005 16:49 GMT | 1 |
I would like to assign a button on a form that when clicked, prints off 3 seperate reports. how would i go about doing this?
|