G
Garriett via AccessMonster.com
I'm getting this error message and the codes below, trying to export an Excel
table into a text file. Code is also below.
Run-time error '3011':
The Microsoft Jet database enging could not find the object 'XX#txt'. Make
sure the object exists and that you spell its name and the path name
correctly.
DoCmd.TransferText acExportFixed, "TapeExportSpecification",
"tblExportTapeFinal", "H:\Junk1\XX.txt", False, ""
table into a text file. Code is also below.
Run-time error '3011':
The Microsoft Jet database enging could not find the object 'XX#txt'. Make
sure the object exists and that you spell its name and the path name
correctly.
DoCmd.TransferText acExportFixed, "TapeExportSpecification",
"tblExportTapeFinal", "H:\Junk1\XX.txt", False, ""