Tab control positioning

T

Tekhnikos

I have a form with several tabs with subforms on each tab. When a user
clicks on the various tabs, the screen scrolls down due to the size of the
various forms. I want the positioning to stay at the top so you will always
see the page names when a user picks the various pages.
 
R

Ron2006

One way:

Place a field on the top of each tab, and set the tab order for each
tab to be that field as the first field.

Ron
 
Top