Tab control positioning

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

Guest

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.
 
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
 
Back
Top