Debug and Value of a Variable

B

Bob Barnes

Why is it, while Debugging, sometimes the value of a variable does NOT appear
when the cursor is over that variable??

How do I ensure the value of the variable always appears?

TIA - Bob
 
B

Bob Barnes

Bill - It started working again.

I had Option Explicit on the module set all along.

Thank you - Bob
 
B

boblarson

Bob -

In case you didn't know, if you have a problem where you can't get the value
of your variable by putting your cursor over it you CAN get it by typing a
question mark (?) and the variable name into your IMMEDIATE WINDOW and
hitting the ENTER key.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com

__________________________________
 
G

Guillermo_Lopez

Bob -

In case you didn't know, if you have a problem where you can't get the value
of your variable by putting your cursor over it you CAN get it by typing a
question mark (?) and the variable name into your IMMEDIATE WINDOW and
hitting the ENTER key.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials athttp://www.btabdevelopment.com

__________________________________








- Show quoted text -

That is, of course, if the variable has been declared already.
 
B

Bob Barnes

Late reading this - thank you - Bob

boblarson said:
Bob -

In case you didn't know, if you have a problem where you can't get the value
of your variable by putting your cursor over it you CAN get it by typing a
question mark (?) and the variable name into your IMMEDIATE WINDOW and
hitting the ENTER key.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com

__________________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top