Saving a .snp file

  • Thread starter Thread starter Guest
  • Start date Start date
You need to Export your report to .snp format.

You can also create .snp files programmatically.

LDN
 
Just save it to the snapshot (.snp) format. It can be read by a Snapshot
reader. You cannot save a Snapshot file to any other format, but you can
save the report to several other formats, including Word, HTML, and PDF.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
in vba,
docmd.OutputTo acOutputReport, "myreport",acformatsnap,"myfile"
in a macro, use the OutpuTo action

from the menu, use File, SaveAs/Export

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top