Addressbook  Assignment

 

  1. 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).
  2. 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.
  3. Do not include a primary key as this is a one-table database.
  4. Name the table Smith’s Address Table (use your name instead of Smith).
  5. Enter at least ten records.  Resize the columns to accommodate the longest entry.
  6. Print the table on one page in landscape view.
  7. Hand in the design and the table.
  8. Keep the database file as we will use it in an integrating tutorial.