ACC: How to Delete Duplicate Records from a Table
ID: Q109329
|
The information in this article applies to:
-
Microsoft Access versions 1.0, 1.1, 2.0, 7.0, 97
SUMMARY
Novice: Requires knowledge of the user interface on single-user computers.
This article describes how you can remove duplicate records from a table by
using primary keys. By using this method, you can check for duplicate
values in up to 10 fields in the table.
MORE INFORMATION
To remove duplicate records from a table, follow these steps:
- Make a copy of the structure of the table from which you want to remove
the duplicate records.
To copy a table:
- Select the table in the Database window,
- Click Copy on the Edit menu.
- Click Paste on the Edit menu.
- Enter a new name for the table.
- Select Structure Only
- Click OK.
- Open the new table in Design view, and select the field(s) that you
want to check for duplicates. To make your selection the primary key
for the table, click the Primary Key button on the toolbar.
- Save and close the table.
- Create an append query, and append the data from the original table to
the new table. Because the primary key fields in the new table will not
permit duplicates, you receive the following error message:
In Microsoft Access 7.0 and 97:
Microsoft Access can't append all the records in the append query.
In earlier versions:
Errors were encountered...Proceed anyway?
Click OK. The new table will contain the data from the original table,
but will not have duplicates.
NOTE: A fast way to remove duplicate records from a small table is to
select the table in the Database window, click Copy on the Edit menu, and
then click Paste on the Edit menu. In the Paste Table As dialog box, type
the name of the table created in Step 1 in the Table Name box, and select
the Append Data To Existing Table button. When you click OK, the records
will be appended from the original table, without the duplicate records.
REFERENCES
For more information about deleting duplicate records, type "delete
duplicate records" in the Microsoft Access 97 Office Assistant, click
Search, and then click to view "Automatically delete duplicate records from
a table."
Keywords : kbusage QryMktbl
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: March 31, 1999