I have a table with three fields. One of the fields is a date field (format #yyyy#), another is an ID field and the last is a "Type" field.
I am trying to return the type associated with the latest record based on the date field.
I only want one ID to show.
Therefore, the record should be:
(one ID, Date, Type) [sig][/sig]
I am trying to return the type associated with the latest record based on the date field.
I only want one ID to show.
Therefore, the record should be:
(one ID, Date, Type) [sig][/sig]