View Tabs in a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
Thanks Rick,

I did that, however that did not change anything. I still get the tabs hidden at the top of the screen.
 
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.
 
Back
Top