ADT: Cannot Select Any Object Except MS Access Menu
Article ID: 101321
Article Last Modified on 11/28/2003
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
This article was previously published under Q101321
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
One of the following two conditions occurs:
- You can select only the Microsoft Access menu. All other objects appear as they normally do, but you cannot select them.
-or-
- Your application has stopped on a breakpoint that you set in a function, but you cannot use the indicator to set the focus to the Module window.
CAUSE
Your code has executed an Echo action and turned the echo off. You
need to turn the echo back on by setting Echo On to Yes (the default).
RESOLUTION
To correct this problem, do one of the following:
- Correct the logic of your program.
-or-
- Add a key assignment in your Key Assignment macro.
NOTE: By default, the Key Assignment macro is set to the AutoKeys macro.
REFERENCES
For more information about this topic, search for "echo," and then "Echo
Action" using the Microsoft Access for Windows 95 Help Index.
Additional query words: macro marco autokeys nxml
Keywords: kbui kbprb KB101321