Print PDF files from Access (reprise)

C

CrowT

Scenario: I have a PDF document stored as follows:
c:\Files\MyDoc.pdf

On an Access form, I have a 'Preview' button and a 'Print' button.
Specifically, what code do I write to:
a. Preview the pdf document
b. Print the pdf document automatically (ie, when the user pushes
the 'Print' button, the pdf document goes straight to the printer)

(Many thanks to those who responded to my posting earlier today. One
response in particular was very useful. However, I wasn't clear as to
what my immediate problem was, so please excuse the re-post)
 
Top