ACC: Form Is Inaccessible When Debugging Run-Time Error
Article ID: 100133
Article Last Modified on 1/18/2007
APPLIES TO
- Microsoft Access 1.0 Standard Edition
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q100133
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
If a form calls an Visual Basic for Applications function that is halted
because of a run-time error, the form will become inaccessible.
CAUSE
When a program halts because of a run-time error, the form's handle is not
released by the system. Even though the program is no longer running,
the handle is still in use.
RESOLUTION
To release the form handle after the program has halted, click Reset on the
module's Run menu.
Keywords: kbprb kbprogramming KB100133