Printing to a file

  • Thread starter Thread starter JBFWAYNE
  • Start date Start date
J

JBFWAYNE

What is the programming code to be able to print to a file instead o
the screen or printer
 
Example below but look in help on the OutputTo command for your specific
formats.
DoCmd.OutputTo acOutputReport, "Test Report", acFormatTXT, "C:\temp\Test.txt"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top