Hi Guys,
I'm trying to export the results of a query to a text file using the code below:
DoCmd.TransferText acExportDelim, "DE16 Import Specification", "Query1", "c:\winnt\PROFILES\mead_t\Desktop\testing.txt"
But when I run it I get the error:
The Microsoft Jet database engine could not find the object 'test.txt. Make sure the object exists.
When I do this with a table it works fine.
Cheers
T.
I'm trying to export the results of a query to a text file using the code below:
DoCmd.TransferText acExportDelim, "DE16 Import Specification", "Query1", "c:\winnt\PROFILES\mead_t\Desktop\testing.txt"
But when I run it I get the error:
The Microsoft Jet database engine could not find the object 'test.txt. Make sure the object exists.
When I do this with a table it works fine.
Cheers
T.