rickyzicky
Programmer
I have 2 tables. [Streets] and [donations].
The 2 are linked by a common field.
I simply need to build a query for those who have not donated this year. I can't build a query asking for "is null" on the amount field because it will pull out previous years record. I need to exclude these.
Any thoughts as to the best way to do this?
Street Table is names, addresses id# etc...
Donations table is date, amount, id#.
Thanks
The 2 are linked by a common field.
I simply need to build a query for those who have not donated this year. I can't build a query asking for "is null" on the amount field because it will pull out previous years record. I need to exclude these.
Any thoughts as to the best way to do this?
Street Table is names, addresses id# etc...
Donations table is date, amount, id#.
Thanks