> I cannot get Access 2007 to output to the snapshot viewer. I have
> the viewer installed and the output to works fine from Access 2003
> but not Access 2007. I have uninstalled and reinstalled the viewer.
>
> Any ideas what I need to do to get Access 2007 to recognize the
> snapshot viewer?

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
DoCmd.OutputTo acOutputReport, "PayrollMaster", acFormatSNP,
"PayrollMaster.snp", True
genrates "The output to actionwas cancelled."
Also, when I try to export the report PayrollMaster, the Snapshot viewer is
not listed in the list of available export options.
I'm running both Office 2003 and Office 2007 on the same machine. No
problems with 2003 and the Snapshot viewer.
> > I cannot get Access 2007 to output to the snapshot viewer. I have
> > the viewer installed and the output to works fine from Access 2003
[quoted text clipped - 8 lines]
>
> Does nothing happen or do you get an error?
Janet - 07 Aug 2007 19:38 GMT
After working on this for a while, I found that by including a path in the
output filename, the OutputTo statement will work. If no path is included,
then the error is generated.
But .snp format is still not listed as an option when exporting a report.
> DoCmd.OutputTo acOutputReport, "PayrollMaster", acFormatSNP,
> "PayrollMaster.snp", True
[quoted text clipped - 19 lines]
> >
> > Does nothing happen or do you get an error?