Run-Time Error 3011 Could Not Find Object
Good morning all. Does someone have a simple solution for this error. I am using DoCmd.TransferText acExportFixed
Example 1
DoCmd.TransferText acExportFixed, "Specification", "tbl_New", "C:\Output.txt"
Example 2
DoCmd.TransferText acExportFixed, "Specification", "tbl_New", "C:\Output"&Chr(46)&"txt"
In both cases I get the same run-time error. Hoping someone has a simple solution.
Thanks
Phillip
|