halfbarrel
Programmer
Hello,
I'm working on coverting an access report to a pdf and then I would like to email it. I set report's printer to the Adobe Writer, and open the report to print. My problem is, I believe that the report is submitted to the Adobe printer queue and then the next line of code to email the pdf kicks off before the pdf is generated.
I begain looking into the pdfdistiller object and the FileToPdf function, but this takes a postscript input file.
Does anyone know of a way to convert an access query or report to a postscript file or to make access wait until the pdf is generated to try to email it?
Thanks for any help,
Chris.
I'm working on coverting an access report to a pdf and then I would like to email it. I set report's printer to the Adobe Writer, and open the report to print. My problem is, I believe that the report is submitted to the Adobe printer queue and then the next line of code to email the pdf kicks off before the pdf is generated.
I begain looking into the pdfdistiller object and the FileToPdf function, but this takes a postscript input file.
Does anyone know of a way to convert an access query or report to a postscript file or to make access wait until the pdf is generated to try to email it?
Thanks for any help,
Chris.