I have a form with several subforms accessible via tabs. In the main form,
the tabs are all visible. However, when I click on any one of the subform,
the tabs are not visible until I scroll up, and then they come into view.
How do I correct this so they immediately come into view?
> I have a form with several subforms accessible via tabs. In the main
> form, the tabs are all visible. However, when I click on any one of
> the subform, the tabs are not visible until I scroll up, and then
> they come into view. How do I correct this so they immediately come
> into view?
Usually means your subform control is not large enough to see the entire form
contained within. Also make sure that the first control in the subform's
TabOrder is one near the top.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
larryo - 04 Dec 2007 13:25 GMT
Rick,
I think it's going to work. I fooled around with it for a few minutes this
morning, and it seems that if I expand the height of the header, it will
enable the tabs to appear. Thanks for your help.

Signature
larryo
> > I have a form with several subforms accessible via tabs. In the main
> > form, the tabs are all visible. However, when I click on any one of
[quoted text clipped - 5 lines]
> contained within. Also make sure that the first control in the subform's
> TabOrder is one near the top.