Hi All
I am creating reports (containing a chart) which I output as pdf files using the code below:-
DoCmd.OutputTo acOutputReport, PrintDocName, acFormatPDF, Me!PDFName, False, , , acExportQualityPrint
This works fine - file is produced and can be viewed correctly.
I then use the shell...