Tab order and subforms

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

Guest

I added a subform in the middle of my form. When I tab from control to
control and I hit the subform, the tab order gets messed up. I can only tab
around the subform indefinitely and am never able to get past it to the
controls beyond the subdform. Is there a way around this?

Thanks.
 
You can add a dummy field on the subform and have its GotFocus event set the
focus to wherever you want to tab to next.

Unfortunately, this will make it more difficult to use the form by itself
(as opposed to as a subform)
 
Back
Top