Question : Access 2003 SELECT Query from two tables base on date

I have a table with that contains multiple sets of records - a set being defined as all those records that have the same value in Field3.
I need a query to select one record from each set: the one with the latest date value in Field13. The date is in the format yyyymmdd. Although it is a date value, the field is defined as a Text field (this could be changed if required).

Answer : Access 2003 SELECT Query from two tables base on date

What "remaining fields"? In an aggregate query, all your fields would need to be part of some aggregate function (i.e. Group By, Sum etc).

If you need additional data returned, you may need to save this as a Stored query, and build a new query that uses this one as the base, then add other fields to flesh out the display.
Random Solutions  
 
programming4us programming4us