I created a hyperlink that opens a PDF file which contains 5 pages. I would like to print only the first page.
I put this code on "On Click":
DoCmd.PrintOut acPrintAll, 1, 1, acHigh, 1, True
But it's not working. Can anyone help.
thanks in advance
Ismail
I don't believe that you can use Access internal commands to print something external to Access. You would have to find a way of communicating with Acrobat reader and sending the required Acrobat commands to print from there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.