View Tabs in a Form

W

Wendy

I have a form that has 3 tabs.

When a user first opens the form or changes between tabs, the tabs are hidden and forces the user to scroll up in order to switch between screens. Is there a way to get around this annoying extra step.

Thanks for any help.
 
R

Rick Brandt

Wendy said:
I have a form that has 3 tabs.

When a user first opens the form or changes between tabs, the tabs are
hidden and forces the user to scroll up in order to switch between screens.
Is there a way to get around this annoying extra step.

Make the form section taller or the TabControl shorter.
 
W

Wendy

Thanks Rick,

I did that, however that did not change anything. I still get the tabs hidden at the top of the screen.
 
R

Rick Brandt

Wendy said:
Thanks Rick,

I did that, however that did not change anything. I still get the tabs
hidden at the top of the screen.

Do your tabs contain sub-forms? Perhaps the Sub-form control is not large
enough to see the entire sub-form so it is causing it to scroll up. I have
seen this complaint before, but have been using TabControls for years and
have never seen this behavior myself.
 

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

Top