ACC2000: OutputTo Message Box Displays Incorrect AutoReport NameID: Q197375
|
When you export an AutoReport to an external file, the report name that is displayed in the OutputTo message box is not the name that you gave to the AutoReport when you saved it.
When you use the AutoReport or AutoForm command, the Caption property of the new report or form is set to the name of the object from which it is created. The Caption property is used in the OutputTo message box when the report or form is exported.
When you create an AutoReport or AutoForm, the report or form will have the
name contained in the Caption property of the table or query from which it is created.
For example, if you create an AutoReport based on the Products table in the
sample database Northwind.mdb, the Caption property of the new report will be Products. If you save this report as Products1, the report will appear as Products1 in the Database window; however, when you open the report or output the report, you will see the name Products. If you want the names to match, you must change the Caption property of the report to the name that appears in the Database window.
Now outputting "Products" to the file "C:\My Documents\Products1.rtf"
For more information about outputting a report, click Microsoft Access Help on the
Help menu, type "export data to another database or file format" in the Office Assistant or the Answer Wizard,
and then click Search to view the topic.
Additional query words: prb
Keywords : kbdocerr kbdta RptProb
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: July 15, 1999