Open the AA Enterprises database
Edit the CUSTOMERS table and change the field size of PostalCode to 4
Change the TelNo and FaxNo fields to Text
Add a field called Date and set it to display in the following format : MM/DD/YYYY
Save the table
Create a new table called ORDERS with the following fields
| Fieldname | Type | Width |
|---|---|---|
| OrderID | Number | |
| CustomerID | Number | |
| Date | Date | |
| Amount | Number |
Make OrderID the primary key
Save the table as ORDERS
Create a relationship between the CUSTOMERS and ORDERS tables on the CUSTOMERID field
Close the database