Dislpaying field values in ControlTip

S

Scott A

I'm wondering how I can display values from a form query in the ControlTip.

I've got a 'name' field which is very short, but there's also a longer title
which I don't want to accomodate on the form itself, but would like to
display when mousing over the name field.

Any suggestions welcome.

Scott A
 
M

Marshall Barton

Scott said:
I'm wondering how I can display values from a form query in the ControlTip.

I've got a 'name' field which is very short, but there's also a longer title
which I don't want to accomodate on the form itself, but would like to
display when mousing over the name field.


See if any of Stephen's stuff meets your needs:
http://www.lebans.com/tooltip.htm
 
Top