| Thread | Last Post | Replies |
|
| Multiple Copies of Reports | 28 Oct 2005 22:09 GMT | 3 |
I created a form to allow users to enter trade ticket information. I have a combo box where users select the Security Exchange description from the drop down and the associated symbol appears in the text field. Table: Exchange
|
| Constant Number Of Lines On Report | 28 Oct 2005 20:30 GMT | 3 |
I am using code provided by Microsoft on how to print a constant number of lines on a report. I use it for forms where the printed form has to have x number of blank lines (the lines are really boxes and they print -- think of most any form you've seen that has lines for multiple ...
|
| dcount with criteria | 28 Oct 2005 20:23 GMT | 3 |
I am trying to get my control source on my report to count the number of accounts that have sales of Sales <10000000 and have management as a result in Noncompete. I currently have the following but it does not produce the correct results. I have tried every variation I can ...
|
| make check boxes print on Access report | 28 Oct 2005 20:16 GMT | 1 |
Check boxes show on my report on the screen, but when I print it out, the check boxes do not print at all. Other information in the Detail section prints, but not the check boxes. Please help!
|
| Report Sum is not working receive #Error or not totaling all | 28 Oct 2005 20:03 GMT | 1 |
I have a report that is based off of a current users querie that feeds the report. I created a Summary in my footer of columns I wanted a total sum of, for example - Total Project Value is the text box bound box contains in the
|
| Report Headers | 28 Oct 2005 19:50 GMT | 1 |
How do you lock the report header to show on each page of the report? Right now it just shows up on the first page of a multiple page report.
|
| Close Report and Cancel if there are no records. | 28 Oct 2005 19:44 GMT | 3 |
I found how to do this for forms using RecordsetClone.RecordCount = 0 and using Cancel = True. How can I do the same thing for a form? TIA,
|
| place holder for zero count | 28 Oct 2005 18:05 GMT | 1 |
Ok, I've got a query that counts how many times a response in an option group was given. I'm having a couple of issues with this (see "query headings out of order" for my other issue) The queries are used for a summary report. One query, for example, will say "Yes" 3 "No" 2, ...
|
| Printing Chart | 28 Oct 2005 16:13 GMT | 1 |
I have a problem I cannot seem to solve. I made a nice report which includes a line chart. When I print it, it gets the axis titles all pixelated. Should this happen? Is there any property that I can work with?
|
| Labels with blank text box | 28 Oct 2005 16:09 GMT | 1 |
I have labels set up as follows: Name Contact Address1
|
| shading lines of data | 28 Oct 2005 15:17 GMT | 9 |
Is it possible to code a report so that individual lines of data alternate from shaded to transparent? I have reports that generate long lists and it's difficult to read them. I thought alternate shading would help with this.
|
| Still very lost... | 28 Oct 2005 14:53 GMT | 8 |
I am trying to produce a report of Customers to see on service calls. I already have a simple form that the users can find customers by 1) Name, 2) City, or 3) Sate. Using Option buttons and a combobox that displays only the available items in each field. (The users are ...
|
| Report format keeps changing | 28 Oct 2005 13:28 GMT | 3 |
I have a number of reports set to landscape and the margins set at 15,10,10,10 ( I don't need a large margin). Often though I notice that the report changes back to portrait and 25.4? for all the margins, especially after modifying the report. The report runs a
|
| 'Merge It with Microsoft Word' greyed out | 28 Oct 2005 08:48 GMT | 7 |
I have an application built in Access 2002 which end users run on the Access Runtime. When previewing a report, the OfficeLinks icon in the toolbar is always greyed out...
|
| Report works for some dates not others | 28 Oct 2005 04:05 GMT | 4 |
I have a cross tab report that has two parameters startdate and enddate. It runs fine from 4/1/05 to 6/30/05 and from 4/1/05 to 9/30/05 but I get a Run Time 3070 error if I run it from 7/1/05 to 9/30/05. All the expression fields in the report use NZ([xxx]) to prevent nulls ...
|