Microsoft Office Document Image Writer

C

ChrisR214

Is there a way to output a report in Image Writer like you do for Snap files?
Where I'm getting stuck is the code to replace "SnapshotFormat(*.snp)" (see
below):

Correct code for snap file output:

DoCmd.OutputTo acReport, "ReportName", "SnapshotFormat(*.snp)",
"c:\reports\ReportName.snp", False, "", 0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top