I want to highlight the control on a form which has the focus so users can easily identify where they are on a form. I know how to do this - I have a function which, when called from the GotFocus event, changes the background of the control to yellow. The problem is I want an easier way to call the function then having to place the code to call the function on the GotFocus event of every control on every form. That's a lot of lines of code floating around for each form. Any suggestions would be appreciated.