Problem with converting MS Access Reports to PDF
Submitted by anth on Tue, 2008-04-08 00:28.
Hi,
I have a VBA macro that loops through records in an Access report, and converts them to PDF using PDFCreator.
There is a problem though, that sometimes data is missing in the PDF. The data is in the original report, but for some reason is left out of the PDF.
I thought it may be an issue that the print command is running before the report is fully rendered? Not sure if this is possible.
Any help would be greatly appreciated.
Thanks
I don't know whether Access knows an event like ReportIsRendered or so. Or you use a sleep.
Frank