OutputTo Method Snapshot Viewer

L

Lamar

Need help with OutpuTo Method.

I am trying to output multiple but individual reports to
snapshot file. But I do not want to select Snapshot for
each report that is outputted. But I do not want put in
the code. What do you put in "outputformat"? See the
question marks. Thanks for any assistance.

DoCmd.OutputTo acOutputReport, "Client
Report", ??????,"C:/ClientFolder/" & Me![txtClientName]
& ".snp", 0
 
Top