I am using this to try to import a text file "DoCmd.TransferText acImportDelim,
But when it is run gives me error 3051 stating cannot open or write to file it is already open exclusively by another user.
I can import this file manually using the spec file with no problem.
I am the only user...