Tab Controls scrolling

D

Dale DeWitt

I have a form with multiple tab control/pages with
subforms on them. When I display the form, the tabs
scroll up and disappear, and you have to grab the scroll
bar to scroll back up to see the tabs. This doesn't
happen on all my client machines..... Is there a way to
always position always with the tabs showing ??
 
R

Rick Brandt

Dale DeWitt said:
I have a form with multiple tab control/pages with
subforms on them. When I display the form, the tabs
scroll up and disappear, and you have to grab the scroll
bar to scroll back up to see the tabs. This doesn't
happen on all my client machines..... Is there a way to
always position always with the tabs showing ??

I believe that happens when your subform control is not large enough to see
the entire form within. Try making the control larger.
 
Top