From: LA Lawyer on
Ideally, I'd like to use an Access form to open the pdfs, print them and
then close Adobe Reader or whatever program is used to do the print job.


From: Tom van Stiphout on
On Fri, 28 May 2010 09:43:20 -0700, "LA Lawyer" <hkapp(a)kapplaw.com>
wrote:

You can use the ShellExecute API with the Print verb (the lpOperation
argument). That's what Windows uses when you drop a PDF document on a
Printer. Check out this article:
http://www.mvps.org/access/api/api0018.htm

-Tom.
Microsoft Access MVP


>Ideally, I'd like to use an Access form to open the pdfs, print them and
>then close Adobe Reader or whatever program is used to do the print job.
>