im using output to to send a file to a txt file here is the code
DoCmd.OutputTo acReport, "rptDailyTransactions", "MS-DOSText(*.txt)", "c:\daily", False, "", 0
DoCmd.OutputTo acReport, "RTRANS", "MS-DOSText(*.txt)", "c:\rtrans", False, "", 0
DoCmd.OutputTo acReport, "rptcashsheet"...