hi all,
i have a particlar form with many text box fields. on gotfocus of each field, the current field back color changes to white, and on lostfocus, the current field back color changes to gray. is there an easier way to set this to work than to set each gotfocus/lostfocus event to trigger individually? in other words, can you set a group of controls, and whenever any one of them gets focus, change the corresponding backcolor to white, etc.? (perhaps dim ‘variable’ as control then whatever control has the focus, variable.backcolor = white) any help would be appreciated.
thanks in advance