tab controls

G

Guest

I have a form with 5 tab controls on it. 3 of the tab controls contain
subforms. When the form is opened, it displays slightly down from the top,
so the tabs aren’t visible. I have to use the scroll bar on the right to
move up to access the tabs. When I click any of the other tab controls, it
does the same thing, the sheet opens up so I can no longer see the tabs at
the top and I have to drag the scroll bar up to have access to them again.
Very Annoying. I’m sure it has something to do with sizing of my form and
the tab controls, but I’ve been futzing with it for an hour and half without
success. Is there any code I can use in the form on opening so it displays
correctly and I always have access to the tabs at the top?
TIA
 
D

DTecMeister

I have a form with 5 tab controls on it. 3 of the tab controls contain
subforms. When the form is opened, it displays slightly down from the top,
so the tabs aren't visible. I have to use the scroll bar on the right to
move up to access the tabs. When I click any of the other tab controls, it
does the same thing, the sheet opens up so I can no longer see the tabs at
the top and I have to drag the scroll bar up to have access to them again.
Very Annoying. I'm sure it has something to do with sizing of my form and
the tab controls, but I've been futzing with it for an hour and half without
success. Is there any code I can use in the form on opening so it displays
correctly and I always have access to the tabs at the top?
TIA

All of your subforms have to have lengths that will fit on the
screen. Look at each one individually and insure you've shrunk the
background on them as small as possible.
 

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

Top