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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top