Tab Control w/Subform

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

Guest

I have a main form and a subform. I want to be able to tab thru my last field
on my main form to the first field in the subform. Currently it skips the
subform and moves on to the next field on the main form. Is there some code I
can use in the "on exit" control.

Thanks to all!!
 
I have a main form and a subform. I want to be able to tab thru my last field
on my main form to the first field in the subform. Currently it skips the
subform and moves on to the next field on the main form. Is there some code I
can use in the "on exit" control.

Right mouseclick the little box at the upper left of the form in
design view, and select "Tab Order". Move the Subform control up in
the order to the desired place. It's a control like any other control,
and you should be able to tab into it.

John W. Vinson[MVP]
 
Back
Top