I have found the example of
DoCmd.TransferText acExportDelim, "Standard Output", _
"External Report", "C:\Txtfiles\April.doc"
but how can I export multiple query using that method , I have 72 files to export to text files..
this code works perfect to excute append query set rst =...