Error - due to key violation ???

D

Douglas J. Steele

Since fId is an AutoNumber, odds are that the same values exist in both
tables. You can't add fId 123 from taSlukkere1 to taSlukkere if fId 123
already exists in tbSlukkere.

When bringing in the data from the second table, bring everything EXCEPT
fId. New values of fId will be assigned for all of the new rows.
 
S

SpookiePower

Douglas said:
Since fId is an AutoNumber, odds are that the same values exist in both
tables. You can't add fId 123 from taSlukkere1 to taSlukkere if fId 123
already exists in tbSlukkere.

I can see that....now :)

Thanks a lot :)

When bringing in the data from the second table, bring everything EXCEPT
fId. New values of fId will be assigned for all of the new rows.

I will try that. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top