Re: Removing Duplicates
- From: "John Herbster" <herb-sci1_AT_sbcglobal.net>
- Date: Wed, 29 Mar 2006 19:35:12 -0600
"Jeff Howard" <jhoward@xxxxxxxxxxxx> wrote
What is the best way, using SQL, to remove duplicates
from an Access database?
Obvious answer: Prevent them from ever getting into the
tables by having proper unique keys.
Never having used Access, I suggest making a new table
with proper keys and copying the data from original to the
new table and letting the errors be left out. --JohnH
.
- References:
- Removing Duplicates
- From: Jeff Howard
- Removing Duplicates
- Prev by Date: Re: Error message during a delete operation
- Next by Date: Re: PromptDataSource
- Previous by thread: Removing Duplicates
- Next by thread: Re: Removing Duplicates
- Index(es):
Relevant Pages
|