ACC97: OutputTo Message Box Displays Incorrect AutoReport NameLast reviewed: May 30, 1997Article ID: Q163716 |
The information in this article applies to:
SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers. 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.
CAUSEWhen 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.
STATUSThis behavior is by design.
MORE INFORMATIONWhen 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.
Steps to Reproduce Behavior
REFERENCESFor more information about outputting a report, search the Help Index for "OutputTo," or ask the Microsoft Access 97 Office Assistant. |
Keywords : kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |