J JBFWAYNE Jun 8, 2005 #1 What is the programming code to be able to print to a file instead o the screen or printer
G Guest Jun 9, 2005 #2 Example below but look in help on the OutputTo command for your specific formats. DoCmd.OutputTo acOutputReport, "Test Report", acFormatTXT, "C:\temp\Test.txt"
Example below but look in help on the OutputTo command for your specific formats. DoCmd.OutputTo acOutputReport, "Test Report", acFormatTXT, "C:\temp\Test.txt"