Results 1 to 2 of 2

Thread: Deleting duplicates in an access database

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Location
    Littlehampton, W Sussex GB
    Posts
    203
    I have an Access database which has a name and date as two fields within it. I want to make the two combined as a unique index but first I have to delete any duplicates - does anyone know a quick way to do this in VB?

  2. #2
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    Are there many duplicates?

    If not you could put an identity field as a column into the table, and create a primary key based on this field. then delete manually.

    If there are a lot, then there is a lot more work.

    Let me know.

    Lenin

Posting Permissions

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



Click Here to Expand Forum to Full Width