Attached is a simplified form that works similar to a project I am working on... you will notice you can tab through each field and then click the button.. which clears the form and sets focus back to the first control.. but then when you tab through.. it skips over the option buttons and goes from the first textbox to the second... is there a way around this??? When the form clears I need the tab order to stay intact and not skip over them...
I know I can look for a tab key in the control before the options.. but it doesn't seem right for it to behave this way
if both options are NOT cleared.. then the one that is true will get focus.. but if both are false they dont.. but on the first pass though they are both false and still get focus...