Tabs are hidden in subforms

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?
 
R

Rick Brandt

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.
 
L

larryo

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top