Smart Tags/ Mouse Overs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Use the property "ControlTip Text" located on the "Other" tab of the
properties for the button. The mouse over event is not required.
 
They're called Control Tips, not Smart Tags. You'll find the ControlTip
property on the "Other" tab of the button's property sheet.
 
Back
Top