L
Ladypep13
This one is a doozy and I'm a very basic user of Access. I am creating a
Membership database with multiple tables. One table is Members and another is
Contributions. Members may contribute multiple times a year and the
Contributions table has the date and amount of each contribution.
The Members table has a field which shows the next renewal date. Each month,
we pull out all the members whose renewal date is within that month and send
them a letter reminding them. The letter also says, "Your last contribution
of ____" and is filled in from the merge.
Here is my problem. I need my query to pull out the current month renewals
(no problem there, already done that) AND pull out only the very LAST
contribution they made.
Since each member's last contribution amount may have been on a different
date, I can't write the query to pull by a specific date, nor can I have it
pull by a > or < date.
Does anybody have any idea how I could design my Contributions table in
order to be able to pull out only the most current data on EVERY member and
merge it into a Microsoft Word form letter? It could be as simple as adding
an additional field, I don't know.
Any help is greatly appreciated.
Thanks!
Membership database with multiple tables. One table is Members and another is
Contributions. Members may contribute multiple times a year and the
Contributions table has the date and amount of each contribution.
The Members table has a field which shows the next renewal date. Each month,
we pull out all the members whose renewal date is within that month and send
them a letter reminding them. The letter also says, "Your last contribution
of ____" and is filled in from the merge.
Here is my problem. I need my query to pull out the current month renewals
(no problem there, already done that) AND pull out only the very LAST
contribution they made.
Since each member's last contribution amount may have been on a different
date, I can't write the query to pull by a specific date, nor can I have it
pull by a > or < date.
Does anybody have any idea how I could design my Contributions table in
order to be able to pull out only the most current data on EVERY member and
merge it into a Microsoft Word form letter? It could be as simple as adding
an additional field, I don't know.
Any help is greatly appreciated.
Thanks!