How to highlight ALL text boxes when they receive focus.

T

ThomasAJ

Is there some generic code that will change the background of text boxes when
they receive the focus (and lose focus of course). I do not want to put code
into every single text box's GotFocus event.

Perhaps a 'form level' event or ontimer event code.
 
Top