I have been using DoCmd.TransferText successfully for years to import a CSV file into an existing table. The CSV file comes from an (external) application. In the past, the external app developer has occasionally changed the output fields, which has caused my app to bomb. No problem. I go into my app and update the fields as required. However, for the past few months (2nd Q 2019) my application has bombed with error 2391 and a message that the field "" doesn't exist in destination table.
When I compare the fields in the source CSV and my destination file, the fields line up. I'm wondering if MS introduced a bug
in one of the recent updates to Access? Has anyone else experienced this? The code is really simple - "DoCmd.TransferText acImportDelim, , fN1, fN2, True".
Thanks for any help!


Thanks for any help!