D
Don
I have 2 tables eg Table x and Table y, PK on tblX = EnquiryNumber FK
on tbly = EnquiryNumber.
After importing Excel data to a temp table I wish to Append this data
to tblY. Of 20 fields 18 import fine 2 do not. Removing those 2
fields allow the Append to go ahead.
Error message refers to Key violations. There are no links on the 2
problem fields or on any others except PK and FK in the 2 tables.
To try to narrow it down I removed all other fields and attempted to
import to a blank tblY (Structure only) It still failed.
Any ideas?
Thanks
Don
on tbly = EnquiryNumber.
After importing Excel data to a temp table I wish to Append this data
to tblY. Of 20 fields 18 import fine 2 do not. Removing those 2
fields allow the Append to go ahead.
Error message refers to Key violations. There are no links on the 2
problem fields or on any others except PK and FK in the 2 tables.
To try to narrow it down I removed all other fields and attempted to
import to a blank tblY (Structure only) It still failed.
Any ideas?
Thanks
Don