OutputTo Snapshot and MS Document Imaging format

H

Hallgeir

When I use the line; "DoCmd.OutputTo acOutputReport, "MyReport",
acFormatTXT, "c:\myreport"" everything workes fine, but when I try to use
acFormatSNP instead of acFormatTXT I get an error saying something about
that the out object is not available.
Is it impossible to use acFormatSNP in this context or am I doing something
wrong? I also wondering if there is possible to send my report to a
"Microsoft Office Document Imaging" file ?

Regards!
Hallgeir
 
Top