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

C

cbhealth

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?
 
J

John Vinson

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]
 
C

cbhealth

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]
 
Top