In this lab, you will use MS Access 97 to create a database. This database will be a typical address book that will contain your friends, family, and business contact information. Also included in this database will be gifts that you have given over the years. You must create two tables for this assignment, called People and Gifts. People will have one entry per person with basic information, and Gifts will have an entry for each single gift you have given.
Field Name Field Type Entry Number Autonumber First Name Text Last Name Text State Text Zip Text DOB Date
Field Name Field Type Entry Number Long Integer Gift Text When Given Date Why Given Text Cost Currency
The first table and the second table share some information. The key field(s) is responsible for making the link between the two tables. The chosen field(s) must uniquely identify a record in the People. The ``Why Given'' field should only contain bday, xmas, or other. You should build your database so that the user cannot make an error entering the ``Why Given.''
Check with the Instructor as to how this assignment is to be turned in.
Make sure you have a back-up of this assignment as you will need it on the next assignment.
This whole assignment should take you less than an hour to set up the tables. If it is taking you longer than that, find someone to ask for help. Adding the data to the tables is not part of the setting up of the tables.