G
gmazza via AccessMonster.com
Hey there,
I have a table (Table1) that I am getting tons of imported data inserted into,
with no primary keys.
Then I have another table (Table2), that has 2 PK's, that I am inserting into
from Table1.
Sometimes on the insert it fails because of a violation of the PK in Table2.
Is there anyway, other than limiting what goes into Table1, is there any
other way of when I go through my recordset of Table1, when I goto Insert, if
there is already a record with the same key in the table, I move onto the
next record, thus not spitting out an error message.
Thanks in advance!
I have a table (Table1) that I am getting tons of imported data inserted into,
with no primary keys.
Then I have another table (Table2), that has 2 PK's, that I am inserting into
from Table1.
Sometimes on the insert it fails because of a violation of the PK in Table2.
Is there anyway, other than limiting what goes into Table1, is there any
other way of when I go through my recordset of Table1, when I goto Insert, if
there is already a record with the same key in the table, I move onto the
next record, thus not spitting out an error message.
Thanks in advance!