is it possible...

tru-

Registered User.
Local time
Yesterday, 21:53
Joined
Jan 29, 2006
Messages
18
that when the mouse is placed over a textbox, text will show up in a seperate textbox with text in dependant upon which textbox the mouse is over?

going on the same idea how could I get text appearing in a textbox depending upon which value was chosen from a combo box???

thanks :))
 
you need to establish an "On Mouse Move" procedure for the text box...that's where you'll make your help text appear.

Then you establish a companion "On Mouse Move" procedure for the detail section of the form...that's where you make your help text disappear.
 

Users who are viewing this thread

Back
Top Bottom