Quick summary
Adding tooltips in Microsoft Access lets you display helpful hint text when users hover over form controls, buttons, or combo boxes. You configure this through the ControlTip Text property in the Property Sheet's Other tab inside Design View.
Steps
- In the Navigation Pane, right-click the form or report where you want to add tooltips and select Design View.
- Click on the control — text box, button, or combo box — where you want to add a tooltip.
- In the Property Sheet, go to the Other tab.
- Find the ControlTip Text property and click on it.
- Enter the tooltip text you want to display when users hover over the control.
- Save your changes by clicking Save from the navigation pane.
- Switch to Form View to test your changes.
- Hover over the control to confirm the tooltip appears correctly.



