The information in this article applies to:
SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
When you press the Help button on the error message, Microsoft Access displays the main table of contents for the Microsoft Access Help file. CAUSE
You cannot modify certain code stored in the form or the report code module
This usually occurs when the code is running from the form or report code
module and a request is made to close the form before the code is finished.
If the form were closed, the code would not be able to run through to
completion.
RESOLUTION
Be sure that the form is not running in Form view when you modify the code.
Close the form, or open the form in Design view, when you modify the code.
Save the code module, and then open the form in Form view.
STATUSThis behavior no longer occurs in Microsoft Access version 7.0. MORE INFORMATION
This error frequently occurs when you are debugging library code. If a form
in your library is activated and displayed on the screen and an error
occurs in your code, the code stops running and an error message is
displayed. If you attempt to modify this code and then close the form, you
receive the error message. You must close the form prior to making any
changes in the code.
Keywords : kberrmsg kbusage FmrCdbeh |
Last Reviewed: May 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |