ACC: "Invalid Bracketing of Name <Expression Object>" Error (132184)
The information in this article applies to:
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q132184
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you run an ApplyFilter, OpenForm, or OpenReport action using a macro
or custom function with a Where Condition argument, you may receive an
error message such as the following:
In Microsoft Access 97:
Invalid bracketing of name '[Forms]![FormName]![Control.Name]'
In Microsoft Access 2.0 and 7.0:
'Forms![FormName]![Control.Name]' isn't a valid parameter name.
CAUSE
The Where Condition argument references a form control containing a dot (.)
or an exclamation point (!) in its name.
RESOLUTION
Rename the control and omit the dot or the exclamation point.
REFERENCES
For more information about the dot and exclamation point operators, search
for "identifiers and expressions," and then "Use the ! and . (dot)
operators in expressions" using the Microsoft Access 97 Help Index.
Modification Type: | Major | Last Reviewed: | 5/7/2003 |
---|
Keywords: | kberrmsg kbprb KB132184 |
---|
|