I have a module that converts access reports to pdf file formats. I
need to programatically turn on and off the Adobe PDF printer option
"View Adobe PDF results" this feature, if checked, launches the Adobe
acrobat program when pdf creation is completed. Thank you for your help
Alibaba2003
Hi,
you can use shellexecute api to open PDF:
http://maug.pointltd.com/access/Queries/TipDetail.asp?TipID=5

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
>I have a module that converts access reports to pdf file formats. I
> need to programatically turn on and off the Adobe PDF printer option
> "View Adobe PDF results" this feature, if checked, launches the Adobe
> acrobat program when pdf creation is completed. Thank you for your help
> Alibaba2003