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
 
Top