Is there a way in Access 2010 to use the Snapshot format in the following statement?
DoCmd.SendObject acSendReport, stDocName, “Snapshot Format”, …
I have found that in Access 2003 and Access 2007 this seems to work correctly. In 2010 the resulting file Report.snp throws an error when I try to open it.
Would it be better to change the output to PDF?
Thanks for any help.