The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills.
CAUSEThe Where Condition argument references a form control containing a dot (.) or an exclamation point (!) in its name. RESOLUTIONRename the control and omit the dot or the exclamation point. MORE INFORMATIONThe dot (.) and the exclamation point (!) have a special meaning in Microsoft Access. They are identifier operators you use to refer to objects, controls, collections, or properties as follows: If you include a dot or an exclamation point in a field name or control name, then Access may not be able to interpret the reference when you use it in an expression or in a Where Condition argument. To prevent reference problems, use letters, numbers, spaces, or the underscore character (_) when you assign object names; do not use punctuation marks except the underscore character. Steps to Reproduce Behavior
REFERENCESFor more information about the exclamation point and dot operators, click Microsoft Access Help on the
Help menu, type "use the exclamation point and dot operators in expressions" in the Office Assistant or the Answer Wizard,
and then click Search to view the topic. Additional query words: prb
Keywords : kberrmsg kbdta |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |