CHAPTER 1 • INTRODUCTION TO MICROSOFT ACCESS 1-9
Viewing a Table through a Form
Exercise 1.13: Opening an Existing Form. This exercise shows students how to open and
move around the frmProducts form found in the Chapter 1 database Ch01.accdb (Figure 1.27).
• Form navigation buttons allow movement through rows of table.
• A form presents an intuitive and pleasant looking interface that is often familiar to a user.
Viewing a Query through a Form
• A Form can be created from a saved query—qryFebFedEx in this case (Figure 1.28).
• The total number of records displayed in a form—one after another—depends on how many
rows are produced by query.
Creating a Form Quickly
• A Try It exercise shows students how to create a quick form using the Form button in the
Create command tab Forms group. It is based on the tblCustomers table found in the Chapter
Saving a Form
• You save a newly created form design, not the data displayed within it, by clicking the Save
button on the Quick Access Toolbar. Any table data altered through a form is preserved
automatically by Access when you close a form, move to another record, or close Access.
• A Try It exercise shows students how to save a form.
Editing Data with a Form
• It is often easier to alter data in a table by using a form view of the table data.
• Usually, a form displays one record at a time.
• In Form view, click the field you want to change, make any changes, and move to another
record to post the changes. Alternatively, you cause the changes to be posted when you close
the form.
Exercise 1.14: Editing Data with a Form. This exercise shows students how to edit data using
the frmCustomers form. You can change a field by moving to it and then entering a new value.
• Remind students that changes made to a record are not posted to the database until you move
to another record. In the case of a form, simply press PgDn (or PgUp) or click Tab a
sufficient number of times to move to the next record.
Creating and Using a Split Form
• Split forms display data in two views on a single document window: a Form view on the top