M
Meryl
I have a table of individual donations - the keys are the
donor-id and date.
I am trying to write a query that will show all the
donors who have made donations before 6/1/03 but not
after.
Essentially, I need the query to look at the most recent
transaction record for the donor and see if it falls
before 6/1/03. I can't seem to make that happen.
donor-id and date.
I am trying to write a query that will show all the
donors who have made donations before 6/1/03 but not
after.
Essentially, I need the query to look at the most recent
transaction record for the donor and see if it falls
before 6/1/03. I can't seem to make that happen.