I have a query I need to design and I am having a bit of trouble figuring out how to do it, my access skills are not my best.
I have a table with several fields, but only two are relevant to the query. The first is a case number, and the second is a date. Some records have the same case number. I would to retrieve all unique case numbers, I don't want any records to have the same case number. If two records have the same case number I want to record with the latest date to be pulled.
Any advice on how to do this?
I have a table with several fields, but only two are relevant to the query. The first is a case number, and the second is a date. Some records have the same case number. I would to retrieve all unique case numbers, I don't want any records to have the same case number. If two records have the same case number I want to record with the latest date to be pulled.
Any advice on how to do this?