My report requests a date range and filters records in that date range on the 'GroupMemberships' table. Unfortunately the table needs to be linked by the 'MemberNo' field in the 'Memberships' table where it is a primary key. The 'GroupMemberships' table can have the same member number in different records more than once in the date range parameter. I need to retrieve only the record with the latest Date in the parameter range.
Any Ideas?
Any Ideas?