G
Guest
Hi,
I am trying to import data from a csv file and append it to another table.
Firstly, I import to a table. Then, using an Append query, I insert these
fields to the correct table.
When running the queries manually, If the values I am importing are
duplicates, then I am informed of this and that x amount of records will not
be updated. I am then asked if I want to continue with the update.
However, When I try to run the queries in VBA using the DoCmd.OpenQuery
function, I get an error that I dont know how to resolve (number 2496). How
do I get it to just update the non duplicate values?
Thank you
I am trying to import data from a csv file and append it to another table.
Firstly, I import to a table. Then, using an Append query, I insert these
fields to the correct table.
When running the queries manually, If the values I am importing are
duplicates, then I am informed of this and that x amount of records will not
be updated. I am then asked if I want to continue with the update.
However, When I try to run the queries in VBA using the DoCmd.OpenQuery
function, I get an error that I dont know how to resolve (number 2496). How
do I get it to just update the non duplicate values?
Thank you