ACC: How to Make the Immediate Window Available at All Times (88925)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
This article was previously published under Q88925
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
Microsoft Access versions 1.x and 2.0 have a debugging tool called the
Immediate window that enables you debug Access Basic code. By using the
Immediate window, you can try out an expression to see if it returns the
expected value (or any value at all); you can debug macros; you can debug
procedures, and so on. However, in the Microsoft Access versions 1.x and
2.0 user interface, the Immediate window is only available when a module
window is selected.
This article shows you how you can use a macro to make the Immediate
window available at all times.
For an overview of how to use the Immediate window, see the "Overview of
the Immediate Window" section below. For instructions on how to create the
macro to make the Immediate Window available at all times, see "Making the
Immediate Window Available at All Times" section below.
NOTE: In Microsoft Access for Windows 95 version 7.0, the Immediate window
is called the Debug window. The Debug Window in Microsoft Access 7.0 is
available at all times even without a module open. To open the Debug
Window in Microsoft Access 7.0, press CTRL+G.
Modification Type: | Major | Last Reviewed: | 5/9/2003 |
---|
Keywords: | kbhowto kbProgramming kbusage KB88925 |
---|
|