Form with Tab Controls

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

Guest

I have been have problems with this form for quite a while not....maybe I
should start from scratch. I want to have a form with several tabs at the
top. In order to do this do I start with a new form and create my main form,
then put the tab controls on it and start my next form. OR do I put the tab
controls on the blank form and cut and paste my main form to the first tab?
 
Add tab controls to a form and then put your individual controls on the
desired tabs. Which order you do this in is not really important. If you
have an existing form that you wish to add tabs to, you can do so. You
would (of course) cut all the objects off your main form and paste them onto
the new tab control.

Rick B


Sylvia said:
I have been have problems with this form for quite a while not....maybe I
should start from scratch. I want to have a form with several tabs at the
top. In order to do this do I start with a new form and create my main form,
then put the tab controls on it and start my next form. OR do I put the tab
controls on the blank form and cut and paste my main form to the first
tab?
 
The latter: put the tab controls on a blank form and paste what you want
onto the first tab.
 
Back
Top