5-4 CHAPTER 5 • CREATING AND USING FORMS
Exercise 5.11: Opening the Form in Form View and then Layout View to Alter It. This
exercise demonstrates that double-clicking an object, such as a form, in the Navigation Pane
opens it. Here, students open the MyShipperForm form and then switch to Layout view. Make
sure students understand that viewing data in Layout view—new to Access 2007—is the best
way to determine if the controls are wide enough to display their data. This is a very helpful new
tool.
Navigating a Form
Several ways to navigate through the data in a form appear in this section so that students can choose the
way they like best including pressing Enter, pressing Tab, and pressing Shift+Tab. We introduce the
terms focus and tab order in this section. Illustrate both to students. It is sometimes instructive to mock up
a form with a “bad” tab order and show students how frustrating and confusing it is to Tab through such a
Exercise 5.12: Modifying the Tab Order of a Form’s Controls. This exercise shows students
how to reorder the tab order of controls so pressing Tab moves from the top of the form to the
bottom. Open the Tab Order dialog box and drag/drop control names or click the Auto Order
button to quickly rearrange them into sensible order.
Printing a Form
Emphasize to students that forms are not printed in most cases. However, it is handy to do so.
• To print a form:
➢ Display form in Form view.
• The Try It exercise shows how to preview form properties and permissions:
➢ Click Database Tools, Click Database Documenter in the Analyze group.
➢ Click the Forms tab.
➢ Check the check boxes of objects whose definition you want to print.
➢ Click OK to preview the report.
• Remind students that they print forms, frequently more than one form per page will print. If
they want to print just a single form by itself on a page, then they can add the Page Break
control just below the last control on a form (Design view). That causes each form to be
printed on its own page.
Modifying a Form in Layout View
Layout view is the best way to resize controls on a form because it is the only view that allows
modification and that also displays the data in its bound controls. Thus, Layout view is perfect for
modifying the length of bound text boxes, for example. Take time to describe the stacked and tabular
layout group controls and how they work. In particular, illustrate how to form a stacked layout group and