Tabs Changing Forms

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

Guest

I have a form that has 3 parts to it. I have the form layout that I want, and
put the Tab Control <with 3 tabs> in the Form Header. My question is how do I
get the tabs to work. When I click on Tab B I want only certain infor
displayed and so forth.

I have read through a lot of the posts here in regards to this matter,
however I was unable to find a solution.

Thank you in advance
 
Michael S. said:
I have a form that has 3 parts to it. I have the form layout that I want, and
put the Tab Control <with 3 tabs> in the Form Header. My question is how do I
get the tabs to work. When I click on Tab B I want only certain infor
displayed and so forth.

Bind your form's recordsource to a table, query, or sql statement.. Place a
tab control on your form. Open the field list dialog from the View menu and
put the controls on a tab page the same way you would on a form.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Back
Top