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)
 

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

Back
Top