Hi, Ron.
Press <CTRL><G> at the same time and the Immediate Window will open for you
in the VB Editor. (Or just open the VB Editor and select the View ->
Immediate Window menu.)
This window is a shell to the VB interpreter for debugging purposes. One
may type commands and VBA expressions in this window, as opposed to typing
regular VBA expressions in the VB Editor's code window to be executed
proceduraly at run time. However, when one types the command in the
Immediate Window and presses <ENTER>, the command is executed immediately.
The commands in the Immediate Window are "volatile," in that they won't be
saved past the current session. The VBA commands typed in the VB Editor
will be saved as source code in the database file unless one chooses not to
save them before closing Access.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.