Monitor Global Variable

Crilen007

Uhm, Title... *shrug*
Local time
Today, 12:54
Joined
Jun 13, 2003
Messages
531
Tried a search on this, google and the boards.

Perhaps there is a different name..

Anyways. I have this variable in a DB I took over, and it is causing annoying things to happen.

I'm not sure what this variable is for. So I was wondering if there is a way to monitor what is happening to the variable while the DB is in use.


I looked at the watch section in the VBA editor, but it only seems to watch the variable on one form at one section of code.
This variable is a global variable, so it makes things a bit more difficult.

I am sure there is some silly easy way. (aside from entering a text box on every form that has the variable put into it)


The variable name: gFlag
the variable type: Boolean (true/false)

Thanks!
 
yea, ok. I'm F'in retarded....

I got it...

I feel so stupid.


:(
 

Users who are viewing this thread

Back
Top Bottom