C
chilko
Guest
I am running a macro and need it to overwrite any record where the part number is the same and insert a new record where the part number does not exist.
In my attempts at this with text import, I get the message that MS Access was unable to append; 0 records were deleted and 2 records were lost.
I have the Column PartNum as a key field with no duplicates set. It is set as text because the part number may have alpha characters.
I am importing a csv file.
Can I do this with the TransferText or must I use VBA?
Thanks
In my attempts at this with text import, I get the message that MS Access was unable to append; 0 records were deleted and 2 records were lost.
I have the Column PartNum as a key field with no duplicates set. It is set as text because the part number may have alpha characters.
I am importing a csv file.
Can I do this with the TransferText or must I use VBA?
Thanks
Last edited: