K
KG
A charitable organization that I am helping with has a list of Donors
(containing personal details) and a separate table of Donations made, the two
tables being linked by DonorID numbers.
Now they want to run the following two queries that I am having trouble with:
1. For each Donor, list the number of checks written in a specified
calendar year
2. For each specified calendar year, show a list of Donors that made more
than 10 donations
Your help with the expressions/formulas that can yield the above queries
would be greatly appreciated.
Thanks!
(containing personal details) and a separate table of Donations made, the two
tables being linked by DonorID numbers.
Now they want to run the following two queries that I am having trouble with:
1. For each Donor, list the number of checks written in a specified
calendar year
2. For each specified calendar year, show a list of Donors that made more
than 10 donations
Your help with the expressions/formulas that can yield the above queries
would be greatly appreciated.
Thanks!