HELP... I forget how to create Access data form w/multiple tab pages

  • Thread starter Thread starter Deb Brown
  • Start date Start date
D

Deb Brown

Can anyone help me? I totally forget how to create an
access form with multiple pages accessed by tabs. I used
the help and it told me how to add the tab itself to the
form, but when I do this the tab really doesn't do
anything at all... just click back and forth without
changing the page. I haven't done this in quite some time
so I'm just lost! I thank anyone who can help me out with
this!
Deb
 
1. You need to add the TabControl on the Form.

2. To add other Controls, e.g. TextBox, ComboBox to a
particular Page of the TabControl, you need to select the
Page first. If you don't, the Control will be added to
the Form itself and not the Page of the TabControl. In
this case, you will see the Control all the time when you
click the Pages of the TabControl.

Most Access books covers the TabControl pretty well.
Check any Access book you have.

HTH
Van T. Dinh
MVP (Access)
 
Back
Top