If you decide that you want to add optional fields to the forms that are
created with the wizard, you must add the fields to the existing table and
then drag the fields from the field list to display them on your existing
form. The following steps demonstrate how to add the Children Names field
from the Address template to the database created by the wizard.
- Start Microsoft Access, and on the File menu, click New Database.
- In the New dialog box, click the Databases tab, click the Expenses database, and then click OK.
- In the File New Database dialog box, click Create to create a new database with the default file name.
- On the first screen of the Database wizard, click Next.
- On the second screen, note that in the Fields in the Table list box, the Email Name field is not selected.
- Click Finish to accept the default database settings. When the new database is created, press F11 to bring up the Database window.
- Open the Employees table in Design view. Add a new field with the
following properties to the table:
Table: Addresses
--------------------------
Field Name: Email Name
Data Type: Text
Indexed: No
NOTE: If you want to add the additional field between a particular
row, select the row, and then on the Insert menu, click Rows.
- After adding the Email Name field, close the table.
- Open the Expense Report by Employee form in Design view. If the field list is not displayed, on the View menu, click Field List. Drag the Email Name field from the field list to the location where you want it on the form.
- Open the form in Form view. Note that the optional field now appears
on the form.