ADT: Cannot Select Any Object Except MS Access Menu (101321)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
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.
Modification Type: | Major | Last Reviewed: | 11/28/2003 |
---|
Keywords: | kbprb kbui KB101321 |
---|
|