Look at value of global variabls in debugger?

  • Thread starter Thread starter LAS
  • Start date Start date
L

LAS

Is there a way to look at the value of all global variables in the debugger,
say, when debugging code in a form? To use the Print command in the
immediate window I have to know the name of the variable, and it's not
always easy to recall.

tia
las
 
LAS said:
Is there a way to look at the value of all global variables in the
debugger, say, when debugging code in a form? To use the Print command in
the immediate window I have to know the name of the variable, and it's not
always easy to recall.

tia
las

Let Access help you with that. Type the first 2 or 3 letters of the variable
name, then press Ctrl-Space. It will either finish the word for you or
present you with a list to choose from.

Hope that helps.
 
Back
Top