Hi,
I'm working on a database for a charity. i have two tables, one for prospects and one for donations.
Prospects are linked to donations via
I know need a report that produces a list of all donors with the total they donated (all donations added up together).
so for each donor_id, sum all donations found in donation_amount that's linked to the same donor_id
I'm sure this is simple but i really need a pointer in the right direction.
Thanks
I'm working on a database for a charity. i have two tables, one for prospects and one for donations.
Prospects are linked to donations via
Code:
donor_id
I know need a report that produces a list of all donors with the total they donated (all donations added up together).
so for each donor_id, sum all donations found in donation_amount that's linked to the same donor_id
I'm sure this is simple but i really need a pointer in the right direction.
Thanks