| Thread | Last Post | Replies |
|
| Print 'continued' on the first page | 29 Oct 2004 04:30 GMT | 2 |
If there are more than one page of a report, how do I print for example, "Cost Summary Continued on next page" on the first page? Also, I have a line to separate two sections on the report, when there is a second page, I want to make this line invisible on the first page.
|
| show parameters passed from vb app on access report | 29 Oct 2004 03:35 GMT | 3 |
I have a visual basic application which opens an access report based on input parameters. The following code is being used for the same: dbpath = DATABASE_PATH Set Acc = CreateObject("Access.Application")
|
| Detail Section Size | 29 Oct 2004 03:34 GMT | 3 |
Each week we send out a request for files using data contained in a database on our warehouse load. The report is based on a query using this data. Problem: the detail section of the report needs to be the same size (15 lines) whether there is one file as a result of the query ...
|
| Report Addresses | 29 Oct 2004 03:18 GMT | 1 |
I have an addr1 and addr2 field. When the addr2 field is blank, it is leaving an unnecessary space before the city and state. Is there a way to tell access that if the field is blank to ignor so that no extra space is appearing?
|
| settign unbound checkboxes based on text field entry | 29 Oct 2004 00:28 GMT | 2 |
On my report, I have 4 unbound checkboxes. But I would like to have them either be checked (true) or unchecked (false) based on data entered in specific text fields. What I mean is checkbox #1 is either checked or unchecked based on a text
|
| Null Fields in Reports | 28 Oct 2004 23:44 GMT | 3 |
How do I omit a field on a report only when it is a null value?
|
| Display a report title by what criteria was chosen | 28 Oct 2004 23:38 GMT | 4 |
I have a form using an Option Group box that calls the same report and displays the records that the user has chosen. I have 4 choices for them to choose from and then the report is displayed filtered with the records that they chose. What I want to do is have the report title ...
|
| highlight a record | 28 Oct 2004 21:15 GMT | 5 |
ok i have a report and my boss wants to see all the records on this report but he would like to be able to like highlight the report to show the ones he already reviewed is there some way to highlight these like in
|
| Xtab queries in reports - FAO Duane | 28 Oct 2004 19:11 GMT | 1 |
After a long term illness I am revisiting reports built in Access 2000. I have built up a report which uses a sub report containing a cross tab query to allow for a variable
|
| Custom Report Wizard | 28 Oct 2004 17:56 GMT | 1 |
On submitting a question I ususally get an error message that says my post failed and operations has been notified. The question disappears when it doesn't go through, and then you have to type it all over again. I have not been able ta get a question through to Access/Reports ...
|
| Graph on form to report | 28 Oct 2004 17:42 GMT | 1 |
Hi ! , I have a graph on a form that can change dynamically depending on user's choice (data, chart type) This part is working good. I tried to replicate the graph on the form in the report in vba but it's useless (can not access the control property in report ) Is there a way ...
|
| Printing report | 28 Oct 2004 17:33 GMT | 2 |
how do I print odd pages of a report automatically?
|
| Reading Snapshot format files | 28 Oct 2004 16:09 GMT | 1 |
I am trying to send out Access Reports through the snapshot format. Some people can receive while others cannot. Do people need to have MS Access on their PCs in order to read this format? What are the requirements for
|
| DCount Wildcard??? | 28 Oct 2004 16:05 GMT | 7 |
I've created a query (to create a report) that pulls a variety of "descriptions" (construction types). I'm using the following expression to count the number of times a particular description is returned from a query. In this case, the description type is
|
| schema.ini NumberDigits | 28 Oct 2004 14:32 GMT | 1 |
In a schema.ini file, is it possible to specify NumberDigits on a per column basis. My table has a number of numeric columns, I want to be able to specify some as 2 decimal places, others as 4 decimal places.
|