H
Hendrix10
I have a table that has mutliple records for the same person. I know
how to create a query to remove duplicates but i don't know how to
create a table to remove duplicates but keep the most recent record.
Is this possible?
ie
client status date
123 A 1/1/07
123 C 2/5/06
123 A 9/3/07
results
client status date
123 A 9/3/07
how to create a query to remove duplicates but i don't know how to
create a table to remove duplicates but keep the most recent record.
Is this possible?
ie
client status date
123 A 1/1/07
123 C 2/5/06
123 A 9/3/07
results
client status date
123 A 9/3/07