Can anybody tell me how to delete duplicate records from a table.
I have the following fields in "tblAction" table.
ID - Auto Number
CSRSR - varchar(20)
Action - varchar(2000)
And here, I want to delte those records where "Action" has been repeated or duplicated.
thanks a lot.
I have the following fields in "tblAction" table.
ID - Auto Number
CSRSR - varchar(20)
Action - varchar(2000)
And here, I want to delte those records where "Action" has been repeated or duplicated.
thanks a lot.