-
Open your Consulting database.
If you do not have it from the previous module, download the course file
Consulting_04.accdb from the resources page and open it in Microsoft Access.
-
Use the wizard-style table creation feature (template/table wizard) to create a new table that can store the following client information:
- Customer ID (the wizard will create this as an auto-number primary key)
- Company (the business or organization the customer represents, e.g., "DistributedNetworks")
- First Name
- Last Name
- Address
- City
- State
- Zip
Note: The State and Zip should be separate fields (not combined as "State/Zip").
If the wizard creates different field names, rename fields so they match the list above (or are very close and clearly understood).
- Name the table Clients and allow Access to create a primary key for you.
Tip: after the table is created, open it in Design View and confirm that fields have appropriate datatypes.
When you are finished, you may paste brief notes in the text box below (optional), then click Submit to
view the Results page.