+ Reply to Thread
Results 1 to 8 of 8

Check and Remove duplicate data using Access

  1. #1
    Registered User
    Join Date
    02-26-2009
    Location
    U.S
    MS-Off Ver
    Excel 2003
    Posts
    42

    Check and Remove duplicate data using Access

    Hello everyone,


    How can i check that their is an duplicate data in the table and after checked how can i remove.It's easy to set up a query to show all duplicate data by using the query wizard,but how can i remove 1 instance of the duplicate?

    There's no restrictions on the data table.

  2. #2
    Webtekr
    Guest

    Re: Check and Remove duplicate data using Access

    How much data do you have in your database????

  3. #3
    Registered User
    Join Date
    02-26-2009
    Location
    U.S
    MS-Off Ver
    Excel 2003
    Posts
    42

    Re: Check and Remove duplicate data using Access

    Around thousand records are their in my database.

  4. #4
    Webtekr
    Guest

    Re: Check and Remove duplicate data using Access

    Are the records complete duplicates or just duplicated in a field.

  5. #5
    Registered User
    Join Date
    02-26-2009
    Location
    U.S
    MS-Off Ver
    Excel 2003
    Posts
    42

    Re: Check and Remove duplicate data using Access

    some of my records are completely duplicate....
    basically their r two copies in total, sometimes three.

    I want 1 record remaining

  6. #6
    Webtekr
    Guest

    Re: Check and Remove duplicate data using Access

    You can do this by following these steps:

    1) Make a copy of your table and delete all the records from the copy.

    2) Set the field properties for one of the duplicate fields to not accept duplicates. You go to the bottom of the table design page and you will see Indexed. Select Yes No Dupilates

    3) Make an Append query to append the original table to the copy and all the duplicates will be knocked out.

  7. #7
    J.wills
    Guest

    Re: Check and Remove duplicate data using Access

    you can use a select distinct query.

  8. #8
    joe41
    Guest

    Re: Check and Remove duplicate data using Access

    Create a Make table query with a "group by" on all the fields and you should get a new table with non duplicate. when you think you have it all replace the old table with the new table create from the query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1