Conditional formating?

T588

Registered User.
Local time
Today, 07:00
Joined
Feb 3, 2003
Messages
65
Is it possible to conditional format a check box or the check box label (it appears the label is what actually gets the focus and not the check box itself) the standard way for text boxes won't work. I want the check box (label) to stand out when it has the focus so it draws the users attention.

Vince
 
In the On Got Focus event of the check box , enter Me.YourYesNo_Label.ForeColor = vbRed(or the colour of your choice)
Don't forget to reset the forecolor in the On Lost Focus event back to the original colour.

David
 
Thanks! I was reading thru a "conditional formatting" search and my brain was headed that direction...albeit, with quite a few detours! Thanks again!

Vince
 

Users who are viewing this thread

Back
Top Bottom