object 'filename#txt'. Make sure the object exists and that you spell its name and the path name correctly." I've
tried lots of things, including Chr(46) to force the use of ".", but I still get the same message.
Here is the code I'm using:
CODE
'Export table MI to Unicode text file.DoCmd.TransferText acExportDelim, _
"Export Specification", fnStr, "P:\text files\" & fnStr & ".txt", True, , 1200
"Export Specification", fnStr, "P:\text files\" & fnStr & ".txt", True, , 1200
Thanks in advance.