S
SAC
Access 2003
I'm attempting to append customer records to a table and avoid duplicates.
I made the table with a unique index consisting of:
First
Last
Address
Address1
City
State
Zip
After I import records from an existing mdb, I repeat it from the same mdb
and only 75 out of 844 are not appended.
The 75 records have ALL fields NOT Null. If one of the fields is null it'll
allow a dup.
The index shows Indexed Yes (No Duplicates).
It looks like when one of the fields is null, then it allows a dup.
When do I need to change.
Thanks for your help.
I'm attempting to append customer records to a table and avoid duplicates.
I made the table with a unique index consisting of:
First
Last
Address
Address1
City
State
Zip
After I import records from an existing mdb, I repeat it from the same mdb
and only 75 out of 844 are not appended.
The 75 records have ALL fields NOT Null. If one of the fields is null it'll
allow a dup.
The index shows Indexed Yes (No Duplicates).
It looks like when one of the fields is null, then it allows a dup.
When do I need to change.
Thanks for your help.