Smart Tags/ Mouse Overs

J

Jenn

I need to create some smart tags when I mouse over some buttons in my access
database. I need to add some "helpful" text about the buttons for the user.
Is there an easy way to do this? TIA.
 
R

Randy4BillsN3

Use the property "ControlTip Text" located on the "Other" tab of the
properties for the button. The mouse over event is not required.
 
J

John Nurick

They're called Control Tips, not Smart Tags. You'll find the ControlTip
property on the "Other" tab of the button's property sheet.
 
Top