I have several tables containing information about donors to our charity. We need to send a letter to donors that have not given in the past year, who have also given an amount equal to or larger than $100 in the past.
My main concern is the first part. We have a "contributor data" table that contains the information (address, phone, etc), and a "donations" table that holds the information about specific donations made. The donor ID number is the link between these tables. In the donations table there is a field for donation amount and donation date.
If I add date criteria that says "<#1/4/2007#" obviously it will list all donations before this date. I'm trying to figure out how to find people who do not have a donation since this date.
Any suggestions are much appreciated!
My main concern is the first part. We have a "contributor data" table that contains the information (address, phone, etc), and a "donations" table that holds the information about specific donations made. The donor ID number is the link between these tables. In the donations table there is a field for donation amount and donation date.
If I add date criteria that says "<#1/4/2007#" obviously it will list all donations before this date. I'm trying to figure out how to find people who do not have a donation since this date.
Any suggestions are much appreciated!