Give user rollover tips when hovering mouse

hockey8837

Registered User.
Local time
Today, 03:11
Joined
Sep 16, 2009
Messages
106
Hi,
I would like to set up something so that the user can hover their mouse over a column heading in a datasheet and a little text box or bubble can appear to describe what the contents of that text/combo box should contain.

I have many similar-sounding columns, such as "Owner Response" "Owner Approved Species" and "Owner Confirmed" that I'd like to let the user hover their mouse over each title if they forget what exactly goes in which.

Thanks!
 
Does the ControlTip Text property do what you want?
 
I thought that was what I needed, but maybe I'm just using it wrong. It doesn't seem to work for me on a datasheet, only on a text box on a form. I need it to also give the tip when the user hovers over the column header in the datasheet.

Any suggestions?
 
it may not work with a datasheet. data sheets have less functionality than some other form types - or more accuartely they present differently
 
So if it doesn't work on a datasheet view of a form (and I tested and it doesn't), you could use a Continuous form view and format it to look like a datasheet. I've done that before.
 

Users who are viewing this thread

Back
Top Bottom