Tabs on form not showing when form is opened

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

Guest

My form, which has 3 tabs in it, when opened is scrolled down just a bit and
the tabs are not visible. I moved the tab control to the header and this
fixed the problem but now the left side of the form is shifted over until you
click on a tab other than the first! What am I doing wrong?
 
cathy said:
My form, which has 3 tabs in it, when opened is scrolled down just a bit and
the tabs are not visible. I moved the tab control to the header and this
fixed the problem but now the left side of the form is shifted over until you
click on a tab other than the first! What am I doing wrong?

Do any of the TabPages have subforms on them? If so you likely don't have
the subform control large enough for the form being displayed in it.
 
This did the trick. Some of my sub forms had large areas that I needed to
resize.
Thank you so much. It's these little stupid things that keep hanging me up!
 
How did you move the tab control to the header? Doesn't this move the
entire page to the header thereby making the entire form appear in the form
head?

Sorry, I'm confused.
 
Back
Top