Subform with tab control doesn't completely display

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

Guest

I have a subform which contains a tab control but when the main form is
initially launched, all or part of the tabs at the top of the subform don't
display. It's only when selecting a control on the subform that the tabs are
displayed in their entirety. Has anyone else had this problem? I'd like for
the tabs to display properly at startup of course.

Thanks in advance,
 
When the TAB is on the mainform, setting the field on the top of the TAB to
be the first in the TAb order, solve this problem, but I tried it and I had
the same problem that you have.

Mybe there is a better solution, but you can place this code on the OnLoad
event of the main form

Me.SubFormName.SetFocus
SendKeys "{PgUp}"
 

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