Tab Movement Between Subforms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with several subforms. How do I tab from one to the next? I
have them listed in order on the Tab Order but how does the form know when I
am done with that subform? (I currently have all Cycles set to Current Record
because I am only using one record on each subform). Do I have to put an
event? Which would be best? On_Enter? How exactly would that code appear?
 
Hi there,

I made a form with 2 sub forms on it.

Holding Shift and Ctrl at the same time and then press Tab will cycle
through the 3 (main form, to first sub form, then second subform, then back
to main form)

The only thing is once in the subform, you let go of Shift and Ctrl to tab
only within that sub form.
 
That helps a little, but it is still confusing because I have a subform
within the subform so I have to switch between Tab and Alt-Shift-Tab. I would
like to be able to just move from one sub form to the next.
 
Back
Top