D
dhstein
I generally add records to a table through a program. But I have a large
number of records that I'm trying to add using an Excel table. The records
are being added to two tables that have a relationship. When I use the
program, I add one record to one table and then the corresponding record to
the other table and it works fine. When I try to append to the table from
the Excel file I get the message :
2 records were lost due to key violations
If records were lost either the records you pasted contain primary key
values that already exist in the destination table or they violate
referential integrity .....
So I'm not sure what's going on here. Any help is appreciated.
number of records that I'm trying to add using an Excel table. The records
are being added to two tables that have a relationship. When I use the
program, I add one record to one table and then the corresponding record to
the other table and it works fine. When I try to append to the table from
the Excel file I get the message :
2 records were lost due to key violations
If records were lost either the records you pasted contain primary key
values that already exist in the destination table or they violate
referential integrity .....
So I'm not sure what's going on here. Any help is appreciated.