Tabbing subform to main form

R

Rick A

Anyway to make a form tab back to the first control on the main form from the last control on the subform?

I've set up tab control on the main form and the subform. Works great but when I'm at the last control on the subform I'd expect tabbing to take me back to the first control on the main form. What happens instead is I go back to the first control on the subform.
 
S

Sandra Daigle

That's the normal behavior for a subform. You can use Ctl-Tab to go back to
the main form or put code in the Exit event of the last subform control to
return focus to the main form.

--
Sandra Daigle [Microsoft Access MVP]
Please post all replies to the newsgroup.

Anyway to make a form tab back to the first control on the main form from
the last control on the subform?

I've set up tab control on the main form and the subform. Works great but
when I'm at the last control on the subform I'd expect tabbing to take me
back to the first control on the main form. What happens instead is I go
back to the first control on the subform.
 
Top