Print PDF from Form
I want to print a PDF from Access, any ideas?
The following code seemed to be the general consensus, but relies on having Acrobat Reader running at the time of execution, which kind of defeats the object of what I am aiming for.
Dim oChannel As Variant
oChannel = Application.DDEInitiate("Acroview", "Control")
Application.DDEExecute oChannel, "[FilePrintSilent(""" & FileName & """)]"
Any help appreciated...
Regards,
Sean Anderson
__________________
Regards,
Sean Anderson
|