I have a table of contributors to a charity. There are three fields:
Contact ID, Contribution $, Contribution Date.
Many people have contributed more than once over the years, so there is separate record for each contribution.
I want to find how many Contacts have contributed more than $999 (Criteria for Contribution $) each time. When I run a Select Query I get, of course, all of the multiple contributions made by each contact. I want a list showing each Contact only once. When I use a Totals Query, with various combinations of Group By and Count, I still get multiple records. What am I doing wrong?
HH