Message popup when mouse over field

S

scott04

Is there any way to popup the definition from the table when someone
navigates their mouse over that field in the form? I have been asked if this
is possible but i do not know how to do it. Is there a way or is there an
alternative/better way? Thanks.
 
O

Ofer Cohen

You can use the ControlTipText Property of the text box to add a description
that will pop up when the mouse pointer move over the text box
 
S

scott04

Awesome thank you

Ofer Cohen said:
You can use the ControlTipText Property of the text box to add a description
that will pop up when the mouse pointer move over the text box
 
Top