Article ID: 119807
Article Last Modified on 7/5/2002
APPLIES TO
- Microsoft Access 2.0 Standard Edition
This article was previously published under Q119807
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you run a macro that has an SQL statement as part of a conditional
expression, you may receive a general protection (GP) fault.
RESOLUTION
Use the DLookup() function, or a user-defined function, instead of an SQL
statement to return the value to be used in the conditional expression.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access version
2.0. This behavior no longer occurs in Microsoft Access version 7.0.
REFERENCES
Microsoft Access "User's Guide," version 2.0, Chapter 24, "Using Conditions
in Macros," pages 620-623
For more information about using conditions in a macro, search for
"Conditions," and then "Using Conditions in a Macro" using the Microsoft
Access Help menu.
Additional query words: gpf
Keywords: kberrmsg kbbug kbusage KB119807