Greetings to the well of knowledge...
My people table consists of a primary key (person's name), address information, etc. My donors table consists of a primary key consisting of the person's name and an auto-increment field for each donation made by the person (for unique key purposes only), the date of the donation, reason, and amount of the donation.
My boss has asked me to identify the date of the last donation made by each donor. I'm baffled how to make this work in a query.
Regards,
Ken
My people table consists of a primary key (person's name), address information, etc. My donors table consists of a primary key consisting of the person's name and an auto-increment field for each donation made by the person (for unique key purposes only), the date of the donation, reason, and amount of the donation.
My boss has asked me to identify the date of the last donation made by each donor. I'm baffled how to make this work in a query.
Regards,
Ken