Re: Removing Duplicates
- From: "John Herbster" <herb-sci1_AT_sbcglobal.net>
- Date: Wed, 29 Mar 2006 20:01:11 -0600
"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote
What is the best way, using SQL, to remove duplicates
from an Access database?
If you have exact duplicate records do a
Select distinct * Into TempTable.
Then delete ... contents ... of original table and insert ...
from ... TempTable
Of course! Thx Brian. Rgds, JohnH
.
- References:
- Removing Duplicates
- From: Jeff Howard
- Re: Removing Duplicates
- From: Brian Bushay TeamB
- Removing Duplicates
- Prev by Date: Re: Removing Duplicates
- Next by Date: Re: Error message during a delete operation
- Previous by thread: Re: Removing Duplicates
- Next by thread: Re: Removing Duplicates
- Index(es):
Relevant Pages
|