Hi I am new to access and I am trying to append new records to a table from an imported table. Both the tables have an auto number primary key but because there have been deletions from the data supplying the second table (table 4) they are out of sync so I cannot append due to duplicate primary keys.
E.g table A has primary key autonumbers 1 - 100
table b has primiary key numbers 1 - 100 but because records 1 - 10 were deleted from the source data record 1 in table A and record 1 in table b are different. I have 10 new records to add (90 - 100 in table b) but because this primary key number is already used its failing. This was working fine until records from the source data were deleted making the data out of sync. Any help appreciated
E.g table A has primary key autonumbers 1 - 100
table b has primiary key numbers 1 - 100 but because records 1 - 10 were deleted from the source data record 1 in table A and record 1 in table b are different. I have 10 new records to add (90 - 100 in table b) but because this primary key number is already used its failing. This was working fine until records from the source data were deleted making the data out of sync. Any help appreciated