Bound Object Frame Control, Chart Control, Check Box Control, Combo Box Control, Command Button Control, Image Control, Label Control, List Box Control, Option Button Control, Option Group Control, Toggle Button Control, Unbound Object Frame Control.
You can use the ControlTipText property to specify the text that appears in a screen tip when you hold the mouse pointer over a control.
You set the ControlTipText property using a string expression up to 255 characters long.
You can set the ControlTipText property in the control’s property sheet, a macro, or using Visual Basic.
You can set the ControlTipText property in any view.
The ControlTipText property provides an easy way to provide helpful information about controls on a form.
There are other ways to provide on-line assistance for a form or a control on a form. You can use the StatusBarText property to display information in the status bar about a control. To provide more extensive help for a form or control, use the HelpFile and HelpContextID properties.
HelpButton Property; HelpContextID, HelpFile Properties (Microsoft Access); StatusBarText Property.