Tab Forms and Sizes

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

Guest

I have created multiple TABS in a form. My problem is that everytime I go
from one Tab to another it jumps up/down in the overall form. Is there a way
to prevent this so that every tab is fixed, and when you click on another tab
there are no jumps?
 
Taz said:
I have created multiple TABS in a form. My problem is that everytime
I go from one Tab to another it jumps up/down in the overall form. Is
there a way to prevent this so that every tab is fixed, and when you
click on another tab there are no jumps?

Do you have subforms on the tabs? If you do this usually means that your
subform control is not large enough to show the entire form within.
 
Taz said:
Yes they are subforms....How do you control the size of the subform?

The form you are showing inside the subform control can be resized and the
subform control itself can be resized. You need the size of the subform control
to be equal to or greater than the size of the subform it is displaying.

Try selecting the subform on your main form and then using on the menu...

Format - Size - To Fit
 
Thanks I really appreciate your help.

Rick Brandt said:
The form you are showing inside the subform control can be resized and the
subform control itself can be resized. You need the size of the subform control
to be equal to or greater than the size of the subform it is displaying.

Try selecting the subform on your main form and then using on the menu...

Format - Size - To Fit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top