I have a table in which people have more than one record (they tend to be duplicates) and need to select only one record for each person. This could be done with a cursor but I believe there is a way to phrase a SELECT statement that will give me the desired result. The fields involved are fldFullName and fldLastModifiedDate. I would like to select the record with the latest fldLastModifiedDate value. How can this be done with a SELECT statement