Tabs are hidden in subforms

  • Thread starter Thread starter larryo
  • Start date Start date
L

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 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?
 
larryo said:
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.
 
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.
 
Back
Top