Tab Issues

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

Guest

I have a Main form with a subform and the subform has a subform

The first time through every field tabs correctly

The database is set up such that the first form is filled out once. The subform is filled out at least once but could be more. Each subform of the subform will be filled out at least once but usually more.

So for example, 1 entry on main form could relate to 4 entries on subform with 4 there being 4 entries on last subform for each entry of the subform so there could be 16 items on last subform and 4 on first subform all tying back to the 1 main form

How can I keep the tab order always working correctly no matter where a person leaves off in any of the forms. It doesn't always go to the first field of each form subsequent times through? Is there a way to make sure everything is reset appropriately?
 
Not sure exactly what you are asking for???

You can create code on the Forms (or subforms) gotfocus event and go t
whatever control you want
 
Back
Top