| Thread | Last Post | Replies |
|
| Printing Subreport without data | 01 Jun 2005 18:04 GMT | 2 |
I have a subreport linked to my main report and will print only when there is data in the subreport. All information in the subreport is in the detail section. The subreport contains labels and text boxes. Is there a way to get the subreport to print whether there is data or ...
|
| Why does a memo field only print 255 characters on a report? | 01 Jun 2005 16:32 GMT | 9 |
I have a field defined as a memo field. Yet, when I display it on a report, it only prints 255 characters.
|
| Omit entire entries if a field in the entry is empty? | 01 Jun 2005 15:53 GMT | 2 |
I'm trying to generate a report that will serve as an address label sheet. The problem is that some of my contacts don't have the address field filled in and I'd like to have those entries not show up. I have very little experience writing macros and such, but I'm willing to
|
| designing a 2 column report | 01 Jun 2005 13:37 GMT | 1 |
I have a simple, one table Access database, which is an address and phone numbers database. I want to design a report which will output the names and phone numbers in 2 columns e.g. a-z down 1st column, then continuing into 2nd column, then continuing on 2nd page, etc.
|
| Numbering records within groups | 01 Jun 2005 13:35 GMT | 2 |
I have a report that lists residents at their addresses in a town. The report formats the information using two grouping levels: Neighbourhood Name, Street Name, then sorted by Civic Number, then Resident's Name
|
| Preview or print different reports from the same query | 01 Jun 2005 12:20 GMT | 2 |
The following code does not produce any records in the report. DoCmd.OpenReport "rptQuitDeclineList", acViewPreview, "qryQuit_DeclineList", Resident = True, acWindowNormal, "Residents Only" The problem is in the "Where" clause: "Resident = True". If I leave it out,
|
| how to pass data to report? | 01 Jun 2005 06:03 GMT | 8 |
I apologise for being a newbie, but I have searched many a forum to try to figure out how to pass a variable to a report. On one of my forms I have a command button that creates a list of variables that I need to print a barcode (PDF417 2D), and then call the report to print. I ...
|
| Report Totals | 01 Jun 2005 05:58 GMT | 1 |
I am trying to get a total from my report header. My calculated field doubles the result if for example there are two detail line. Project Header
|
| Hide check boxes in a report | 01 Jun 2005 03:38 GMT | 3 |
How do I hid a blank check box in a report. Want it to print if marked, hidden if blank?
|
| How to hide blank check box on access report | 01 Jun 2005 03:36 GMT | 3 |
How do I hid e blank check box in an access report... the other fields only print if populated... but box always prints... I tried making the border transparent...
|
| pop up report header | 01 Jun 2005 03:32 GMT | 2 |
im trying to have a pop box appear for a date range and then key in my date range and have it appear in the report header im using a text box and have this data in the top but its not working ="Loans approved for" & [enter the date range] it keeps saying that enter ...
|
| querydefs | 01 Jun 2005 02:46 GMT | 1 |
I am using db.querydefs within dao. Is it possible to have more than one querydef open at the same time? I have named two querydefs qdf and qdf2 and assigned them to rs and rs1 recordsets. When I want to access rs1(2) it shows me what is in rs(2) instead. The querydefs are ...
|
| Report Length | 01 Jun 2005 01:35 GMT | 1 |
Using Access 2000. I have one long continuous report with lots if information on it. It appears that Access 2000 has a limit of 22" for a report. Is there a way to override this setting, as I need much more space Thanks
|
| Filter by Calculated field in report | 01 Jun 2005 01:00 GMT | 1 |
I have created reports containing calculated field in one footer. I would like to filter this report by this created calculated field. Is there a way to do this easily ? Thanks for your answer.
|