Testing for a mouse over an object

yhgtbfk

Registered User.
Local time
Tomorrow, 08:54
Joined
Aug 30, 2004
Messages
123
I want to do something like

If the mouse is over my button then

.....

End If

I have 5 buttons, when the mouse is over the button, I want to change the text of a label

When the mouse is not over any of these buttons, I want the label to be blank.

Is this possible?

Thank you
 
I don't believe Access has a Mouse Over event.

Can you change your label when a button has focus using the GotFocus event for each button?

Or maybe, set the Control Tip property for each button.
 

Users who are viewing this thread

Back
Top Bottom