The information in this article applies to:
SYMPTOMS
Advanced: Requires expert coding, interoperability, and multiuser skills.
CAUSEWhen Microsoft Access runs an Access Basic function, it loads all modules into memory. If you add or delete a function, Microsoft Access must recompile the code, but it cannot do so while the code is running. RESOLUTIONIn Microsoft Access version 7.0, the following function correctly deletes a module:
Note that DeleteObject will enable you to delete any module, including the
module which contains the DelModule() function.
STATUSThis behavior no longer occurs in Microsoft Access version 7.0. MORE INFORMATIONSteps to Reproduce Behavior
Keywords : kberrmsg kbprg PgmObj |
Last Reviewed: June 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |