Automate an output of a report

  • Thread starter Thread starter Ashley
  • Start date Start date
A

Ashley

I would like to automate an output of a report with a
chart to a PDF format and to a specific network folder
with a specific filename. Everytime the macro run, it will
overide the old file with new file.

I tried to page setup of the report to print to a specific
printer "winPDF". Then in the macro I used "Outputto" and
specified the report name, snapshot format,and path with
filename. But only texts show up in the output file; the
chart was not there. Why?
Any ideas how to do this right!


Thanks
 
Ashley,

I think you should use the OpenReport action, not the Output To action,
in your macro.
 
Back
Top