Tabbing between the main form and multiple non-nested subforms

  • Thread starter Thread starter Roger Carlson
  • Start date Start date
R

Roger Carlson

<Ctrl>+<Tab> will tab out of a Subform back to the main form. Takes some
doing to train the users, but....it's one option.
 
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
 
Roger Carlson said:
<Ctrl>+<Tab> will tab out of a Subform back to the main form. Takes some
doing to train the users, but....it's one option.


I thank you for responding, but there's gotta be a better way(?)

Frank
 
Back
Top