G
Guest
I am comparing data in a table that can have the same identifying criteria (Record ID, etc.) but will have different dates listed in the table for the same record. For example:
001, 2003-01-01
001, 2002-08-01
I want to be able to return a result where the more recent date, as in this simple case, 2003-01-01, will be displayed while eliminating the 'bad' record.
001, 2003-01-01
001, 2002-08-01
I want to be able to return a result where the more recent date, as in this simple case, 2003-01-01, will be displayed while eliminating the 'bad' record.