I have been getting the same error and did not see a resolution to this thread. It is simple code:
DoCmd.TransferText acExportDelim, "TabDelimited", "TempConv", Trim$(OutputFileName)
I have tried hard coding the file name into the command "C:\TEST\Converted.txt"
I still receive the error with the file name as "Converted#txt"
Was there final solution or does this just not work in Access?
I have been spending several hours and accomplished nothing.
Thanks
DoCmd.TransferText acExportDelim, "TabDelimited", "TempConv", Trim$(OutputFileName)
I have tried hard coding the file name into the command "C:\TEST\Converted.txt"
I still receive the error with the file name as "Converted#txt"
Was there final solution or does this just not work in Access?
I have been spending several hours and accomplished nothing.
Thanks