Brad Marks
BradM at blackforestltd.com
Fri Jan 11 13:24:19 CST 2013
All, I have a small Access 2007 application that reads a CSV file and creates a single report. The report is exported in PDF format with this code - DoCmd.OutputTo acOutputReport, _ Str_Report_Name, _ "PDFFormat(*.pdf)", _ str_Generated_Report_File_Name, _ False, _ "", _ 0, _ acExportQualityPrint When running with the full version of Access (accdb), everything works nicely, every time it is run. The end-users only have Access Runtime. When using Runtime mode, exporting the report to the PDF file will often fail. Not all of the time, but most of the time. When it fails, the first page of the report is shown correctly. However, the second page of the report has "#error" in all of the fields. I am really puzzled. Any help or insights would be greatly appreciated. Thanks, Brad