The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
CAUSEMicrosoft Access tries to parse the criteria expression at the "(" (opening parenthesis). When doing so, Microsoft Access concludes that the unbroken string preceding the "." (period) (and returned within single quotation marks in the error message) is a user-defined function. Because Microsoft Access finds no such function in any of your modules, you receive the "Undefined function" message. RESOLUTION
Wrap the entire reference as a text string inside an Eval() function. This
tells Microsoft Access to consider the entire reference as a whole and
not to attempt to parse it.
Additional query words: QBF column property Eval
Keywords : kberrmsg |
Last Reviewed: April 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |