| Thread | Last Post | Replies |
|
| report directly to printer? | 04 Feb 2005 18:05 GMT | 2 |
is is possible to send an access report directly to a printer instead of the screen first?
|
| Difference between reports in design view and Autoreport Tabular | 04 Feb 2005 16:49 GMT | 1 |
What is the difference between doing a report in access by using design view, autoreport tabular, Autoreport Columnar and Report Wizard. I am using Microsoft Access 2,003 Thank you for helping me.
|
| Transactions before a user input date | 04 Feb 2005 14:45 GMT | 2 |
I have built a report that lists transactions for an account # between certain dates that are entered by the user. I have a planned budget field that is the inital amt for that account. At the end of the report I get a balance of all my transactions for that
|
| Access XP Report Section Does Not Always Shrink Correctly | 04 Feb 2005 14:25 GMT | 1 |
In the detail section of a report (Can Shrink, Cannot Grow) I have a rich-text (ActiveX) component that varies in height according to the amount of text that has been typed, font size etc. This is always the last item (vertically) in the detail section. In the OnFormat event for ...
|
| Report magnifies erroneously | 04 Feb 2005 13:59 GMT | 2 |
When printing a report to the screen and subsequently to the printer the report is magnified, that is, it's like the font is changed from 12 to 72 so that a single page report takes up 12 sheets of paper. This is not a zoom issue, the size of the text in the report just gets ...
|
| Repeat macro every 3 minutes | 04 Feb 2005 13:25 GMT | 2 |
I want to run a database in the background which will refresh data and print reports say every three minutes from the time the application is started until it is closed. I would also like to program a delay because I have a shelled batch file in
|
| How can I set a different report caption that is displayed in the spooled documents? | 04 Feb 2005 11:02 GMT | 2 |
I 've read the thread 'Report Caption' by Scott Duncan, but the solution did not work when the document is spooled.
|
| Removing a waterwark from code | 04 Feb 2005 10:55 GMT | 2 |
Access 2003 ADP I have code where I set or unset a watermark according to certain rules. This code is run on the "retreat" event: Private Sub InhouseCodeGroupHeader_Retreat()
|
| Is there a size limitation on reports, especially in displaying im | 04 Feb 2005 06:04 GMT | 2 |
I have a db where one of the fields contains the path to a jpg file. I've got a report that runs and in the detail section I have VB code that loads the path into a picture control. In the event that the image file is not found I load a NoPicture.bmp. It functions properly for ...
|
| Reports | 04 Feb 2005 05:49 GMT | 1 |
I would like to be able to format/change the colour of a cells border within a report depending upon the contents of the cell, i cannot see how to do it Conditionally formatting only seems to allow me to change
|
| Fieldnames and not field contents | 04 Feb 2005 05:23 GMT | 2 |
Is it possible to do the following...... I have a crosstab field that generates different COLUMN Headings based on the contents of the tables it is generating the query results from run to run.
|
| DoCmd.Maximize Question | 04 Feb 2005 04:11 GMT | 1 |
I'm using code that I found posted here (DoCmd.Maximize) to maximize a report when opened. The code is connected to the reports On Open event. I would like to do the same for another 15 - 20 reports. Is there a quick way to accomplish this rather than opening each report ...
|
| Any ideas anyone heard of this? | 04 Feb 2005 02:33 GMT | 2 |
"the printer has not yet responded, but the Microsoft office program may be able to proceed without printer information. Do you want to continue to wait for the printer
|
| Print IF table is empty | 04 Feb 2005 02:05 GMT | 1 |
I have a report that is based on a table. I use a macro to refresh the table and print the report. I only want to print the report if the table has data in it. Any ideas?
|
| Data order in reports | 04 Feb 2005 01:33 GMT | 1 |
I have a report based on a table. The field that I want to sort is a name field based on a lookup list. the lookup field is two columns, NameID and Name. My report prints out the name (not the NameID number) but it sorts the names by the NameID number and not alphabetically by ...
|