Why hovering variables doesn't show the values? (1 Viewer)

KitaYama

Well-known member
Local time
Today, 15:14
Joined
Jan 6, 2022
Messages
1,541
It's about 2 weeks I'm facing this problem.
In VBE, if I mouse over any variable, the variables seem to be empty. But immediate window shows they actually are OK.
The code works perfect, which it means nothing's wrong with the value of variables.
The only side problem is that debugging is much more difficult. Either I should add Watches one after another, or use immediate window to check if they contain the correct data.

Microsoft 365
Windows 11
Updates for both are disabled.

Any kind of help is much appreciated.

1.png




2.png
 
Last edited:

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 23:14
Joined
Oct 29, 2018
Messages
21,473
No need to add watches, try opening the Locals window,

Sent from phone...
 

KitaYama

Well-known member
Local time
Today, 15:14
Joined
Jan 6, 2022
Messages
1,541
not seen that before, is this a recent occurrence or you've just lived with it for a long time? - only suggestion I can make is to check tools>options
https://learn.microsoft.com/en-us/office/vba/language/how-to/set-visual-basic-environment-options -Auto Data Tips

otherwise try rebooting?

It's happening from 2 or three weeks ago.
Checked Auto Data Tips. It's On. Just as a test, turned it off, Restarted Access, Turned it ON, Restarted Access again.
Nothing changes.
Rebooting hadn't any effect too.

Thanks.
 

KitaYama

Well-known member
Local time
Today, 15:14
Joined
Jan 6, 2022
Messages
1,541
No need to add watches, try opening the Locals window,

Sent from phone...
So many years with Access and never knew this.
Or even if I knew years ago, I'd forgotten about it.
It makes my life easier.

thanks.
 
Last edited:

Users who are viewing this thread

Top Bottom