Addressbook Assignment
- Create a new database which will include the names, addresses and whatever else you wish to know about ten friends/relatives (name it what you wish).
- Design a table (see p. 40) with ten fields. Be sure to include names (2 fields) and mailing addresses (4 fields). Use a currency field and a date/time field. The design will be handwritten and follow the structure illustrated on p. 40. Follow the naming rules and conventions on p. 38.
- Do not include a primary key as this is a one-table database.
- Name the table Smith’s Address Table (use your name instead of Smith).
- Enter at least ten records. Resize the columns to accommodate the longest entry.
- Print the table on one page in landscape view.
- Hand in the design and the table.
- Keep the database file as we will use it in an integrating tutorial.