Article ID: 112794
Article Last Modified on 6/25/2002
APPLIES TO
- Microsoft Access 2.0 Standard Edition
This article was previously published under Q112794
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
When you use the Output To command to create an output file from a Print
(or Object) Definition report, the file contains pages that have only
headers. The rest of each page is blank.
CAUSE
All the information in Print Definition reports, except for the header, is
contained in subreports. The Output To command does not support subforms or
subreports. Print Definition reports cannot be saved because they are
created temporarily in a library database.
RESOLUTION
You can work around this design limitation by saving the Print Definition
report as a table, or by printing it to a file. Both of these methods are
described below.
Saving the Print Definition Report as a Table
When you preview a Print Definition report, the Save As Table command is
available in the File menu. Choosing this command saves the contents of the
Print Definition report as a table named Object Definition. If a table
already exists with this name, the new table is named Object Definition1.
You can create your own queries and reports on the Object Definition table
to analyze the structure of your database objects.
Printing the Print Definition Report to a File
To print the Print Definition report to a file, open the report and use the
Output To command to print it to a text file using the Windows Generic
print driver attached to the FILE port.
For more information about how to print to a text file using the Windows
Generic printer, query on the following words here in the Microsoft
Knowledge Base:
print and file and generic
STATUS
This behavior no longer occurs in Microsoft Access version 7.0.
REFERENCES
For more information about the Output To command, search for "Output To,"
and then "Output To Command" using the Microsoft Access Help menu.
Additional query words: printing outputto database documentor
Keywords: kbprb kbusage KB112794