Self Join Table in a Delete Query

D

DW

I am attempting to delete duplicate records from the same table, where there
is a difference in only one field. I have a self-joined table in a delete
query. How do you designate, either in design view or in SQL, the table from
which to delete the records, as in this instance there is two copies of the
same table.
 
K

Ken Snell \(MVP\)

Post the SQL statement that you are trying to use and we can show you how to
modify it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top