ACC97: How to Select Entire Tab Control in Design View of a Form
ID: Q162227
|
The information in this article applies to:
SUMMARY
Novice: Requires knowledge of the user interface on single-user computers.
When you click on a tab control in Design view of a form, you do not see
the control handles (boxes around the control) that enable you to change
the size of the control or delete the control.
This article demonstrates how to select pages on the tab control, and how
to select the entire tab control in Design view of a form.
MORE INFORMATION
The following steps demonstrate how to select different portions of a tab
control. Each page on a tab control, as well as the control itself, has a
different set of properties that you can customize.
- Open the sample database Northwind.mdb.
- Click the Forms tab in the Database window.
- Click the New button to create a new form.
- In the New Form dialog box, select Design View, and then click OK. A
new form opens in Design view.
- On the View menu, click Properties to display the form's Property sheet
(if it is not already showing). Move the property sheet on the screen
so you can see it and the detail section of the form at the same time.
- On the Toolbox toolbar, click the Tab Control button.
- Click anywhere in the detail section of the form. Note that a tab
control containing two pages appears on the form and that the title
bar of the property sheet displays Tab Control: TabCtl0. Also note the
position of the control handles around the control. This is how the
control appears when the entire tab control is selected.
- Click anywhere in the blank area of the detail section of the form so
that the tab control no longer has focus.
- Click in the center of the tab control. Note that no part of the tab
control is selected, and that the title bar of the property sheet
displays Section: Detail.
- Click on the Page1 tab of the tab control and note that the control
handles appear only around the page itself, and not around the entire
control. Note also that the title bar of the property sheet
displays Page: Page1. Repeat this for the Page2 tab and note the
similarities.
- Click the blank area to the right of the Page2 tab, or click on the
top, bottom, left or right border of the tab control. Note that the
control handles appear around the entire tab control, and that the
title bar of the property sheet once again displays Tab Control:
TabCtl0.
REFERENCES
For more information about designing forms, search the Help Index for
"designing forms," or ask the Microsoft Access 97 Office Assistant.
For more information about the tab control, search the Help Index for "tab
controls," or ask the Microsoft Access 97 Office Assistant.
Additional query words:
border delete select
Keywords : FmsHowto FmsOthr
Version : 97
Platform : WINDOWS
Issue type : kbhowto