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...