Dupes in MDB

Discussion in 'Databases' started by donteatchicken, Apr 28, 2006.

  1. #1
    Get rid of them by copying the structure (only) of the table, creating a (no dupes index) and do a append query from the old table to the new, it will give you an error, but that just means no dupes were added to the new table, with the old structure.
     
    donteatchicken, Apr 28, 2006 IP