Snapshot from data access page

K

Kim Skytte

Hi!

Is it possible to genere a snapshot of a access report from within a data
access page?

I can do this in a form like this:

DoCmd.OutputTo acOutputReport, "myreport", "Snapshotformat (*.snp)",
"C:\project\report.snp", True

This generates a snapshot file (*.snp) that I can view from snapshotviewer.

But I want to convert this code so I can use it in a data access page

Sincerely
Kim Skytte
 
Top