Hello, how can I programatically print an existing snapshot report. I now generate the print and the snapshot separately, but would like to rule out the (theoretical) posibility of changes to the data between the two events by first generating the snapshop and then printing it.
Code:
DoCmd.OpenReport "MyReport"
DoCmd.OutputTo acOutputReport, "MyReport", acFormatSNP, "MyPath.snp"