C
Chegu Tom
Hi
I have a table that contains MemberCode, StatusDate, and status information
Rank, Title Note on that member
Any member may have many status records.
I want a form that shows the most recent status record for each record (Max
of StatusDate). The problem I have is making a query to list the most
recent record for each member without using a bunch of dlookup() functions
I have a table that contains MemberCode, StatusDate, and status information
Rank, Title Note on that member
Any member may have many status records.
I want a form that shows the most recent status record for each record (Max
of StatusDate). The problem I have is making a query to list the most
recent record for each member without using a bunch of dlookup() functions