Print PDF along with Acess Reports

M

Manny

Hey,

I have been working on a manufacturing order in Access and I need to
print batch cards to go along with each order. Since all these cards
are already created I was hoping there was some way for access to call
the PDF and have it print along with the manufacturing order report in
Access. I was hoping someone on here would have some idea how to do
this.
 
S

SA

You can use the shell command to pass the executable path to Acrobat, the
file name to print and then append a /p on the end of it all to force a
print. You can look in the registry under the .PDF file type extension in
HKey_Classes_Root to see how its done...
 
Top