Recently I have been encountering errors on import with text delimitated files (.txt) using saved MS Import Specification schemas.
There is no error description and the error number = 0.
The problem is intermittent, I am utilizing MS Access 2016 on a Win 10.3 Networked computer.
Suspect problem to be related to the network memory or processing?
Is there a recommended resolution that does not entail administrative privileges?
Any coding in VBA to help overcome the errors? As indicated there is no problem in the VBA coding simple line:
DoCmd.TransferText acImportDelim, "SchemaName", "TableName", TextFilePath, False
Any assistance would be greatly appreciated!