needadvice
Programmer
I have an on-click event that by necessity sets focus on a field to determine the value of the field. That's fine, but the user wants to return the focus to the first textbox on the form. Once focus is set on a control, is there a way to reset the focus to another control. It stops on the initial setfocus control and seems like no commands work after that.