The information in this article applies to:
Novice: Requires knowledge of the user interface on single-user computers. This article applies only to a Microsoft Access database (.mdb). SYMPTOMSWhen you try to run macro actions that contain a WHERE clause (ApplyFilter, OpenForm, OpenReport, and FindRecord), and queries that reference the Column property of a combo box or list box on a form, you may receive the following error message:
CAUSEMicrosoft Access interprets any text followed by opening and closing parentheses as a user-defined function. RESOLUTIONIf you wrap the expression inside the Eval() function as a text string, Access will consider the entire reference as a whole, and will not try parsing it. For example: Eval("[Forms]![Formname]![Controlname].column(2)") STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONCAUTION: Following the steps in this example will modify the sample
database Northwind.mdb. You may want to back up the Northwind.mdb file
and perform these steps on a copy of the database.
Steps to Reproduce Problem
REFERENCESFor more information about using the Column property in an expression, click Microsoft Access Help on the
Help menu, type Refer to a column in a list in an expression in the Office Assistant or
the Answer Wizard, and then click Search to view the topics
returned. Additional query words: pra
Keywords : kberrmsg kbdta QryParm |
Last Reviewed: September 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |