Tabbing off Subform

D

Dave

I have a form with a subform on it.

I go through the tab order and reach the subform but once there I cannot tab
off the subform even after tabbing through all the subform controls.

Is there a property I need to set to allow a user to tab off the subform
back to the main form?
 
R

Rick Brandt

Dave said:
I have a form with a subform on it.

I go through the tab order and reach the subform but once there I
cannot tab off the subform even after tabbing through all the subform
controls.
Is there a property I need to set to allow a user to tab off the
subform back to the main form?

Most form/subforms are used in one-to-many relationships so the assumption is
that when you have finished tabbing through the first subform record that you
likely want to go to another subform record.

<Ctl-Tab> will take you back to the main form.
 
Top