Site hosted by Angelfire.com: Build your free website today!

A4.2 Tutorial 4 Creating Forms and Reports

Session 4.1

Creating a Form Using the Form Wizard

A form is an object you use to maintain, view, and print records in a database. In Access, you can design your own forms or use Form Wizards to create them for you automatically.

You used the AutoForm Wizard, which creates a form automatically using all the fields in the selected table or query, to create the Customer Data form. To create the form for the Order table, you’ll use the Form Wizard. The Form Wizard allows you to choose some or all of the fields in the selected table or query, choose fields from other tables and queries, and display the chosen fields in any order on the form. You can also choose a style for the form.

To open the Restaurant database and activate the Form Wizard:

To finish creating the form using the Form Wizard:

Changing a Form’s AutoFormat

You can change a form’s appearance by choosing a different Autoformat for the form. As you learned when you created the Order Data form, an AutoFormat is a predefined style for a form (or report). The AutoFormats available for a form are the ones you see when you select the form’s style using the Form Wizard. To change an AutoFormat, you must switch to Design view.

REFERENCE WINDOW: CHANGING A FORM’S AUTOFORMAT

To change the AutoFormat for the Order Data form:

Navigating a Form

To maintain and view data using a form, you must know how to move from field to field and from record to record. The mouse movement, selection, and placement techniques to navigate a form are the same techniques you’ve used to navigate a table datasheet and the Customer Data form you created in Tutorial 1. Also, the navigation mode and editing mode keystroke techniques are the same as those you used previously for datasheets.

To navigate through the form:

Finding Data Using a Form

The Find command allows you to search the data in a form and to display only those records you want to view. You choose a field to serve as the basis for the search by making that field the current field; then you enter the value you want Access to match in the Find in field dialog box. You can use the Find command for a form or datasheet, and you can activate the command from the Edit menu or by clicking the toolbar Find button.

REFERENCE WINDOW: FINDING DATA