Control Tips Text or background color

gsrajan

Registered User.
Local time
Yesterday, 22:17
Joined
Apr 22, 2014
Messages
227
Can you please let me know how to change the Textbox Contol Tips text or background color in access 2010?

Thank you.
 
Hello gsrajan,

In the properties box of each form, section Other, menu shortcut, include your tip about your textbox. To change your textbox backcolor:

Me.txtName.Backcolor = 255 (red color)
Me.txtName.Backcolor = 0 (black color)

Search for a table of colors and its code for Access VBA.
 
or in form design view just set it in the controls properties
 
Thanks for the replies. Actually I am trying to change the control tips color. When I move the mouse over the control ( Textbox ), the control tips color is in white background color which I wish to change to yellow.

Thank you.
 
Thank you very much. This link helped me. Thanks for your help ;)
 

Users who are viewing this thread

Back
Top Bottom