DoCmd.TransferText acExportMerge Run Time Error 3011

  • Thread starter Thread starter Mhebor
  • Start date Start date
M

Mhebor

My code gets hung up on this line where I get the run time error.


DoCmd.TransferText acExportMerge, , "qrytop1000", strInstallDir & "\"
& "Empwage" & ".txt"

The Empwage.txt exists in the directory, but when it gets to this
line, the text file gets deleted, hence the error message.

Any ideas would greatly be appreciated.
 
Back
Top