J
jgraves
I am using Access 2002.
I have a project that uses the "Find Duplicates" query to display duplicate
records in a table, using "Part Number" as the field that determines whether
the record is a duplicate. I use the trick of creating a copy of that table
then defining "Part Number" as the key so that when I append records from the
original table, they are forced to be unique.
The duplicate records are identical except for one other field ("Bar Code").
I want to keep the first record as it appears in the original table, and
delete subsequent occurences of the record with the same part number. But
when I append the data to the copy of the orignal table with the key defined,
I can detect no method by which Access determines which record to keep.
Is there any way to control which record gets thrown out when I do the
"Append" trick?
I have a project that uses the "Find Duplicates" query to display duplicate
records in a table, using "Part Number" as the field that determines whether
the record is a duplicate. I use the trick of creating a copy of that table
then defining "Part Number" as the key so that when I append records from the
original table, they are forced to be unique.
The duplicate records are identical except for one other field ("Bar Code").
I want to keep the first record as it appears in the original table, and
delete subsequent occurences of the record with the same part number. But
when I append the data to the copy of the orignal table with the key defined,
I can detect no method by which Access determines which record to keep.
Is there any way to control which record gets thrown out when I do the
"Append" trick?