P
PAK
I have two tables. One for members and one for the events that members
attended. I need to write a query that returns one row for each member with
the most recent event attended. Here are the tables/fields below. Thank you.
Regards,
Drew
Members Table:
ID
First
Last
Event Table:
MemberID
Event
Date
attended. I need to write a query that returns one row for each member with
the most recent event attended. Here are the tables/fields below. Thank you.
Regards,
Drew
Members Table:
ID
First
Last
Event Table:
MemberID
Event
Date