R
rwboyden via AccessMonster.com
I am assembling a number of smaller pdf files into a single file. In the
process I need to create some cover and separator sheets as reports and save
them as pdf's via the pdf995 utility. How can I, in code (or with a macro
accessed in code), specifiy the pdf995 driver, a specific filename and a
destination folder when saving these files. I know how to do it manually
using Docmd.Openreport "rptXXX", acViewPreview, and using File - Print but
the VBA approach eludes me.
Thanks for any help.
process I need to create some cover and separator sheets as reports and save
them as pdf's via the pdf995 utility. How can I, in code (or with a macro
accessed in code), specifiy the pdf995 driver, a specific filename and a
destination folder when saving these files. I know how to do it manually
using Docmd.Openreport "rptXXX", acViewPreview, and using File - Print but
the VBA approach eludes me.
Thanks for any help.