Hi all,
I'm using Shell Command to select PDF files via Access and print them (code below)
This is great BUT when the file has printed it leaves Acrobat open.
Can anyone tell me the She Command to exit Acrobat?
Also, how can I print a PDF file and specify the printer and the duplex option?
Thanks
I'm using Shell Command to select PDF files via Access and print them (code below)
Code:
Shell "C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe /p /h " & MySQL
This is great BUT when the file has printed it leaves Acrobat open.
Can anyone tell me the She Command to exit Acrobat?
Also, how can I print a PDF file and specify the printer and the duplex option?
Thanks
Last edited: