Hi Brian and Cornerstone,<br><br>First, I did not misspell "caption" in the code - only in the message.<br><br>Second, here is my grand scheme:<br><br>I am running a report that runs for any of a number of countries. My objective it to print the reports to Adobe Acrobat Distiller. This creates a PDF file in Acrobat's PDF directory. The name Acrobat uses for the file is the caption. I want to have a report saved there for each country. I have to change the caption to keep the second report from overwriting the first, and so on. My thought was to read through the country table with DAO and for each record change the report's caption, generate the country's report, and save it as a PDF file. When this process is complete, I will the use the FileSystemObject to copy the PDFs to another folder that contains an HTML page with a link to each of the reports. When the user clicks a report's link, the PDF file for it will appear in the browser with the assistance of freely available Adobe Acrobat Reader. <br><br>The reason I am using Acrobat Distiller is because saving a report as HTML does not provide a very good result - especially when the report has columns going across the page. Charts don't even show up. In addition, PDF reports look very good. Basically, the reports are static and the data for them changes only once per month.<br><br>So what do you think?<br><br>Thanks,<br><br>Mike