Hopefully your table contains a PrimaryKey:
DELETE FROM yourTable
WHERE [PK field] Not In (SELECT Max([PK field]) As x
FROM yourTable GROUP BY LName,FName);
Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
I am using a macro to import the csv file into my table... I do not have aunique key... when I try to move the data usinf distinct and into a new table I get a msg that this field is to small..... when using memo fields
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.