DoCmd.TransferText acExportMerge Run Time Error 3011

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top