PLS HELP!!! how to set the scrollbar during opening of a form

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

Guest

I have a form with a TAB CONTROL. NOW, the TAB CONTROL PAGE is longer than
what the screen could hold, so a vertical SCROLL BAR was automatically
created.

THE PROBLEM is whenever i would OPEN the form, the SCROLL BAR is scrolled
slightly down, so that the TAB CONTROLS CANNOT BE SEEN. I always have to
scroll upwards in order to VIEW the TAB CONTROLS so that i could switch to
another PAGE.

COULD anyone help me create a code in order for the SCROLL BARS to be set to
the HIGHEST VERTICAL POSITION whenever i would OPEN the form, so that I do
not have to scroll upwards everytime, just to view the TAB CONTROLS if I
want to GO to another PAGE.

PLEASE HELP!!!
 
Try setting the tab order (View > Tab Order) so that a control at the top of
the form is the first one in the tab order. Note that Tab in this context
is what happens when you press the Tab key, and is not about Tab pages.
 
Back
Top