newnoviceuser
Programmer
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", "MS-DOSText(*.txt)", "c:\sheet", False, "", 0
DoCmd.OutputTo acReport, "qryincomeexpense", "MS-DOSText(*.txt)", "c:\incexp", False, "", 0
the reports are clean and straight but when i ouput to a text file they are very misaligned in the text file. what changes can i make to align everything.
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", "MS-DOSText(*.txt)", "c:\sheet", False, "", 0
DoCmd.OutputTo acReport, "qryincomeexpense", "MS-DOSText(*.txt)", "c:\incexp", False, "", 0
the reports are clean and straight but when i ouput to a text file they are very misaligned in the text file. what changes can i make to align everything.