ACC97: How to Use the Tab Control in Microsoft Access 97
ID: Q160127
|
The information in this article applies to:
SUMMARY
Novice: Requires knowledge of the user interface on single-user computers.
This article demonstrates how to use the tab control on a form in Microsoft
Access 97.
MORE INFORMATION
A tab control is the easiest and most effective way to create a form with
multiple pages or multiple embedded forms.
With a tab control, you can build separate pages into one control. To
switch pages, you click one of the tabs on the control. To see an example
of a multi-page form that uses the tab control, open the Employees form in
the sample database Northwind.mdb.
The following steps show you how to create a form with a tab control, where
the tab control is a container for multiple forms:
- Open the sample database Northwind.mdb.
- Create a new form not based on any table or query in Design View,
and name it My Switchboard:
Form: My Switchboard
-----------------------
Width: 6"
Detail Section:
Height: 5"
Label:
Caption: Switchboard
Left: 2"
Top: .5"
Width: 2"
Height: .5"
FontSize: 24
- Click the Tab Control button in the toolbox, and then click somewhere
below the label on the form. Microsoft Access adds a tab control with
two pages to the form.
- Set the following properties for the tab control:
Left: .25"
Top: 1"
Width: 5.5"
Height: 4"
- Using the right mouse button (right-click), click the left tab on the
tab control, and then click Insert Page on the menu that appears.
This adds a third tab to the control.
- Click the left tab on the tab control and set its Caption property to
Employees.
- Click the Subform/Subreport control in the toolbox. On the View menu,
click Properties, and then set the AutoLabel property to No.
- Press F11 to bring the Database window to the foreground, and
position the windows on the screen so that you can see the Employees
form in the Database window as well as the tab control on the My
Switchboard form.
- Drag the Employees form from the Database window to the tab control.
The Employees form becomes a subform object on the tab control.
- Set the following properties for the new subform object:
Left: 0"
Top: 1.25"
Width: 6"
Height: 4"
NOTE: Some of these properties may force a minimum default value. For
example, Left may default to a minimum value of .0938".
- Click the center tab on the tab control and set its Caption property
to Orders.
- Repeat steps 8 and 9 with the Orders form.
- Set the following properties for the new subform object:
Left: 0"
Top: 1.25"
Width: 6"
Height: 4"
NOTE: Some of these properties may force a minimum default value. For
example, Left may default to a minimum value of .0938".
- Click the right tab on the tab control and set its Caption property
to Products.
- Repeat steps 8 and 9 with the Products form.
- Set the following properties for the new subform object:
Left: 0"
Top: 1.25"
Width: 6"
Height: 4"
NOTE: Some of these properties may force a minimum default value. For
example, Left may default to a minimum value of .0938".
- Click the Subform/Subreport control in the toolbox, and then set its
AutoLabel property back to Yes.
- Save the form, open it in Form view, and maximize the window. Click
the different tabs at the top of the tab control and note that the
Employees, Orders, and Products forms are displayed.
REFERENCES
For more information about creating a form with multiple pages or tabs,
search the Help Index for "tab controls," or ask the Microsoft Access 97
Office Assistant.
Keywords : FmsHowto
Version : 97
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: April 19, 1999