Is it possible to create a query that would delete and duplicates on a certain field but keep the newest ones based on another field?
Fields:
AutoID (AutoNumber)
Number (Text)
Capture_Source (Text)
r_Creation_Date (Time Stamp mm/dd/yyyy hh:mm:ss AM/PM)
Doc_Type (Text)
Creation_Date (Date/Time Date Only)
I would want to delete any duplicate "Number" field but keep the newest "r_Creation_Date" one
See table DailyClaimForLoss in attachment. Id want to keep the 222222 with the date 1/15/2012 7:16:00 PM.