Header says it all. I have a main form with 6 non-nested subforms. The main
form has two textboxes that need to be updated and then I want to be able to
tab to each of the two textbox controls on all the subforms in succession.
MainForm >
MainForm.TextBoxA >
MainForm.TextBoxB >
SubFormA >
SubFormA.TextBoxA >
SubFormA.TextBoxB >
SubFormB >
SubFormB.TextBoxA >
SubFormB.TextBoxB >
SubFormC >
SubFormC.TextBoxA >
SubFormC.TextBoxB >
Etc.
Is there a way to do this?
Frank