Using PDF Creator from MS Access
Submitted by jasonbeach on Thu, 2007-12-06 23:54.
I am wanting to output various reports from a MS Access database I have. I can print to the PDFCreator with no problem. My question is, is there a way to print two or more reports to one pdf file? Is the an object model for the pdfCreator class?
Thanks,
Jason
thesmilyface-
That makes sense, so I tried putting a 5 second delay loop in it via:
start = Timer
Do While Timer < start + 5
Loop
but it didn't change--the output was sort of erratic (which sort of makes sense, since the print jobs may or may not take longer than that.) Could you provide an example of how to wait until the print jobs are done?
Thanks,
Jason