R Rick Apr 23, 2004 #1 How, in code, would you cause an Access report to "Print to File", so it can be printed out later?
G Guest Apr 23, 2004 #2 I used this.. DoCmd.OutputTo acOutputReport, "rptAllocationWithSpending", "Snapshot Format", strSaveAs, Fals where strSaveAs is the file location. You can probably find more info in the help file under OutputTo Hope that helps.
I used this.. DoCmd.OutputTo acOutputReport, "rptAllocationWithSpending", "Snapshot Format", strSaveAs, Fals where strSaveAs is the file location. You can probably find more info in the help file under OutputTo Hope that helps.