ACC: Field Named "Application" Causes Error
ID: Q151801
|
The information in this article applies to:
-
Microsoft Access versions 2.0, 7.0, 97
SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
If you try to preview a report that contains a bound field whose
ControlSource property is set to a field named Application, you may
receive the following error message.
In Microsoft Access 7.0 and 97
Microsoft Access can't find the field 'Application' referred to in
your expression.
In Microsoft Access 2.0
Invalid Reference to field 'Application'
NOTE: If you use the AutoReport tool in version 2.0, you first receive
the following message:
The Wizard can't display your report in Print Preview. It will be
opened in Design view.
RESOLUTION
Change the name of the field in your table to something other than
"Application."
MORE INFORMATION
Steps to Reproduce Behavior
In Microsoft Access 7.0 and 97
- Create a new table and add a text field named Application. Close and
save the table as tblTestField.
- Create a new report based on the tblTestField table, and select the
AutoReport: Columnar Wizard.
- When you receive the first message, click OK. On the File menu, click
Print Preview. Note that you receive the error message described in
the "Symptoms" section.
In Microsoft Access 2.0
- Create a new table and add a text field named Application. Close and
save the table as tblTestField.
- Create a new report based on the tblTestField table and click Report
Wizards. Select AutoReport, and then click OK.
- When you receive the first message, click OK. On the File menu, click
Print Preview. Note that you receive the error message described in the
"Symptoms" section.
REFERENCES
For more information about reserved words, please see the following
article in the Microsoft Knowledge Base:
Q109312 ACC: Reserved Words in Microsoft Access
Keywords : kberrmsg kbusage GnlOthr
Version : 2.0 7.0 97
Platform : WINDOWS
Issue type : kbprb