A
Abby
sI have a database that records people and donations they make over time.
There are two table 1. Donors (with fields: ID, last name, first name) and 2.
Donations (with fields: ID, gift date, gift amount) I want to be able to
calculate the total number of first time donors per year, but i can't figure
out how to do this.
I think I need to do something like write a code that only counts the first
entry per ID (person).
any help would be greatly appreciated.
thanks
There are two table 1. Donors (with fields: ID, last name, first name) and 2.
Donations (with fields: ID, gift date, gift amount) I want to be able to
calculate the total number of first time donors per year, but i can't figure
out how to do this.
I think I need to do something like write a code that only counts the first
entry per ID (person).
any help would be greatly appreciated.
thanks