D
Deborah Mowry
Apparently to eliminate duplicate records I need to do an append query to a
new table structure containing the desired fields for the new table and a
key field.
I copied the Contacts table with structure only. In the new table I made the
ID a key field which was not done in the first place. Then I did an append
query from the original table to the new table and structure.
This was supposed to get rid of the duplicates because of the new key field.
However, NOTHING is in the table. I get "...1102 records due to key
violations,...69054 due to validation rule violations. Do you want to run
the query anyway..." and I say Yes. It still does nothing and there are no
validation rules to begin with.
Any ideas?
new table structure containing the desired fields for the new table and a
key field.
I copied the Contacts table with structure only. In the new table I made the
ID a key field which was not done in the first place. Then I did an append
query from the original table to the new table and structure.
This was supposed to get rid of the duplicates because of the new key field.
However, NOTHING is in the table. I get "...1102 records due to key
violations,...69054 due to validation rule violations. Do you want to run
the query anyway..." and I say Yes. It still does nothing and there are no
validation rules to begin with.
Any ideas?