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!
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!