The information in this article applies to:
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
CAUSEOne possible cause is that a macro with a Requery action is assigned to the OnEnter event procedure of the first control in the form's Tab Order. Or the macro is assigned to the OnCurrent property of the form. This creates an infinite loop, causing the form to requery until stack memory is depleted. RESOLUTIONIf the macro must be assigned to the first control, assign it to the BeforeUpdate event of the control. STATUSThis behavior is by design. MORE INFORMATIONThe example below uses the sample database Northwind.mdb (or NWIND.MDB in versions 1.x and 2.0). Steps to Reproduce Behavior
Additional query words: continuously
Keywords : kberrmsg McrArg |
Last Reviewed: March 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |