reddevil1
Registered User.
- Local time
- Today, 11:33
- Joined
- Nov 12, 2012
- Messages
- 92
Hi,
What code do i need to change the backcolour of a control to light yellow when it has the focus?
I know how to do this using the Conditional Formatting Manager, but what code goes in the On Go tFocus event?
Would I also need to put code in the On Lost Focus event as well?
me!ControlName.backcolor = vbYellow
The above code does not work?
What code do i need to change the backcolour of a control to light yellow when it has the focus?
I know how to do this using the Conditional Formatting Manager, but what code goes in the On Go tFocus event?
Would I also need to put code in the On Lost Focus event as well?
me!ControlName.backcolor = vbYellow
The above code does not work?