Originally posted by beachbum
If the new option button is invisible it defeats the purpose becos u cant set focus to an invisible control. If you have no other visible controls that you could make taborder = 0 then u will just have to use a flag method
Ah! I didnt know that you couldnt set focus to an invisible control. Now that you mention it though, it makes perfect sense. Looks like the flag method is it. Thanks again guys :}