Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help! Adding a notes/comment tag to a form button 2

Status
Not open for further replies.

RDM23

Technical User
May 16, 2007
39
US
I have an Access form with various buttons that run a macro when selected. I would like to add a "note" or something that would show more details if they clicked on it. In Excel, I know you can enter a comment on a field. Wondering what this is called in Access and how to add it. Thanks in advance for any help.
 
Have a look at the ControlTipText property of your control.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
You can try the ControlTip Text property of the button. If the user hovers briefly over the button, the text in this property is displayed.

=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)

Robert L. Johnson III
CCNA, CCDA, MCSA, CNA, Net+, A+, CHDP
VB/Access Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top