How can I add a pop up box for a field on a form

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

Guest

I would like to add text popup boxes to fields on a form, to act as reminders
as to what the field does. Is this possible?
 
I would like to add text popup boxes to fields on a form, to act as reminders
as to what the field does. Is this possible?

Yes, easily; put the reminder text in the control's ControlTip Text
property. If you hover the cursor over the control for two seconds or
so the text will appear.


John W. Vinson[MVP]
 
Thanks

John Vinson said:
Yes, easily; put the reminder text in the control's ControlTip Text
property. If you hover the cursor over the control for two seconds or
so the text will appear.


John W. Vinson[MVP]
 
Back
Top