Project Description: The Morris Arboretum tracks donors in Excel. They also use Excel to store a list of plants in stock
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Project Description: The Morris Arboretum tracks donors in Excel. They also use Excel to store a list of plants in stock
Step 9 10 11 12 13 14 15 16 17 18 Instructions Create a one-to-many relationship between the PlantID field in the Plants table and the PlantID field in the Donations table. Enforce Referential Integrity. Select the option to cascade update the related fields. Save and close the Relationships window. Create a query using the Simple Query Wizard. From the Donations table, add the DonorID and DonationAmount fields (in that order). Ensure the query is a Detail query. Name the query Donations Over 100 and finish the wizard, View the query in Design view, and then set the criteria for the DonationAmount field so that only donations greater than 100 are displayed. Sort the query in ascending order by the DonationAmount field. Save the query. Run the query, and then close the query. Create a new query in Design view. Add the Donations, Donors, and Plants tables to the query design window. Close the Show Table dialog box. Add the DonationDate field from the Donations table, the donor's Lastname, Firstname, and Phone fields from the Donors table (in that order). Add the DonationAmount field from the Donations table after the Phone field, and then add the PlantName field from the Plants table. Sort the query in descending order by the date of the donation, and then by the last name of the donor in ascending order. Save the query with the name Plant Pickup List, and then run the query. Close the query. Copy the Plant Pickup List query, and paste it using ENewsletter as the query name. Open the ENewsletter query in Design view, and delete the DonationDate column. Add the ENewsletter field to the first column of the design grid and set it to sort in ascending order, so that the query sorts first by ENewsletter and then by LastName. Run, save, and close the query. Close all database objects. Close the database and then exit Access. Submit the database as directed. Points Possible 6 10 6 8 8 6 0