Hello,
I’ve created a script that sets up data in a Raw table to load into a keyed table (Bill of Materials relationship table). Everything works ok until I come to a duplicate, in which the script give me the 3058 Error message, tells me I have a duplicate record, and quits. Before I wrote the script, I would do an append query (with a different table) and when run, would ignore the duplicates that exist and load all the data (excluding duplicates). Is their something I could do to ignore the 3058 error so the rest of the data can load? (code is attached for reference).
Thanks in advance for any help.
Drew