Hi,
I have a table of data with three fields:
Field 1 = reference number
Field 2 = year
Field 3 = grade
Reference numbers may be duplicated across different years but within each year the reference number will only appear once.
I want my select query to return each reference number with just the most recent year and corresponding grade i.e. if a reference number appears twice with 2012 and 2013 in the year field, I want the query to return just the 2013 record.
Is there anyway of doing this with just 1 query?
Thanks
Bookmarks