J
Janus9217
I have a personnel database and a qualification database. Personnel can
qualify mulitple times per year at an event. I wish to build a query that
only pulls the latest qualification based on date. I have tried to use the
Max function but it still pulls multiple records if there is any other
information that is dissimilar between the two records due to the Group By
function in the query. How can I pull only the single most recent record
with all corresponding data, i.e. score, qualification rating? Should I
change the Group By to something else?
qualify mulitple times per year at an event. I wish to build a query that
only pulls the latest qualification based on date. I have tried to use the
Max function but it still pulls multiple records if there is any other
information that is dissimilar between the two records due to the Group By
function in the query. How can I pull only the single most recent record
with all corresponding data, i.e. score, qualification rating? Should I
change the Group By to something else?