Re: Removing Duplicates
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Wed, 29 Mar 2006 19:50:36 -0600
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 the contents of the original table and insert the records from the
tempTable
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Removing Duplicates
- From: Jeff Howard
- Re: Removing Duplicates
- From: John Herbster
- Re: Removing Duplicates
- References:
- Removing Duplicates
- From: Jeff Howard
- Removing Duplicates
- Prev by Date: Re: PromptDataSource
- Next by Date: Re: Removing Duplicates
- Previous by thread: Re: Removing Duplicates
- Next by thread: Re: Removing Duplicates
- Index(es):
Relevant Pages
|