The Metropolitan Zoo tracks its animal data in Excel. The organization decides to use a database to organize the data about the animals, their trainers, and the animal exhibits. In this project, you will open an existing database and create a new table. You will import an Excel file containing information about the animals, and query the database to determine which animals need a checkup. You will also create a query to obtain a listing of the animals in each exhibit. 1 Start Access. Open the downloaded Access file named . Grader has automatically added your last name to the beginning of the filename. Save the file to the location where you are storing your files. 0 2 Create a new table in Design view. Add the field name with the . Add the caption . Set the field as the primary key for the table. Save the table using the name . 6 3 Add the following fields and set their field properties as shown: (none) (no change) (no change) (no change) (no change) (none) 12 4 Switch to Datasheet view and save the table. Add the following records, letting Access assign the Exhibit ID: Exhibit Name Acres Initial Cost Yearly Cost Date Opened Show Close the table. 9 5 Import the downloaded workbook as a new table in the current database. Using the Import Spreadsheet Wizard, specify that the first row contains column headings, set the to be indexed with no duplicates, and set the as the primary key. Import the table with the name and do not save the import steps. 10 6 View the Animals table in Design view, and change the field size for the AnimalID field to . Change the field sizes for the ExhibitID and TrainerID fields to . Save the table. Click in the dialog box indicating that some data may be lost. Close the table. 6 7 Begin establishing relationships in the database by adding the , , and tables to the Relationships window. Close the Show Table dialog box. Resize the field lists so that all fields display. Create a one-to-many relationship between the in the Exhibits table and the in the Animals table, enforcing Referential Integrity. Select the option to cascade update the related fields. 8 8 Create a one-to-many relationship between the in the Trainers table and the in the Animals table, enforcing Referential Integrity. Select the option to cascade update the related fields. Save and close the Relationships window. 8 9 Create a query using the . From the Animals table, add the , , and (in that order). Ensure the query is a Detail query. Name the query and finish the wizard. 10 10 View the query in Design view, and then set the criteria for the DateOfLastCheckup field so that only animals whose last checkup was before are displayed. 5 11 Sort the query in ascending order by the DateOfLastCheckup field. Save the query. Run the query, and then close the query. 5 12 Create a new query in Design view. Add the , , and tables to the query design window. Add the following fields to the query (in this order): 9 13 Set as the criteria for the ExhibitName field and sort the query in ascending order by Origin. Run the query, and save the query as . Close the query. 6 14 Copy the query in the Navigation Pane and paste it with the name . Modify the query in Design view to replace with . Run the query, save the query, and close the query. 6 15 Close all database objects. Close the database and then exit Access. Submit the database as directed. 0