Code to export report to PDF automatically?

  • Thread starter Thread starter Joseph Greenberg
  • Start date Start date
J

Joseph Greenberg

What DoCmd code can I use to export a report directly to PDF, optimized for
printing, and have it prompt me for a new PDF name each time? Or if that is
complicated, always print to the same PDF name and location? Does the
end-user system need Acrobat installed for this to work? Do they need Access
2007? Thanks.
 
You may use docmd.output to

You have to give the output file a name but you may do it in a loop and
change the name or have it prompt you for the name

Kerry
 
Back
Top