P
Pete
We have a table with member payments. We'd like a query
that shows when the last payment was made by each member.
I've tried Max(PayDate) and First(PayDate), but I either
get all records or I only get the first member's payment
and none of the others.
Is this possible in a Query and if so, how?
Thanks.
that shows when the last payment was made by each member.
I've tried Max(PayDate) and First(PayDate), but I either
get all records or I only get the first member's payment
and none of the others.
Is this possible in a Query and if so, how?
Thanks.