Skip Ribbon Commands
Skip to main content

The Access Snapshot Viewer is an additional component in Office (multiple versions). It depends on how Office has been installed as to whether users will already have it installed or if it will auto install for them. It can also be freely installed from Microsoft.

Create an access report and select the File/Export menu to create an snp file and copy this file into a document library.
(you can automate the publishing of reports by following this article http://office.microsoft.com/en-us/access/HP052612171033.aspx )

Add a Content Editor Web Part to a page and paste this code into the Source Editor

<OBJECT id=SnapshotViewer height=1024 width=1280 classid=CLSID:F0E42D60-368C-11D0-AD81-00A0C90DC8D9>
  <PARAM NAME="_ExtentX" VALUE="21675">
  <PARAM NAME="_ExtentY" VALUE="16256">
  <PARAM NAME="_Version" VALUE="65536">
  <PARAM NAME="SnapshotPath" VALUE="http://www.wssdemo.com/Demo%20Documents/Products%20by%20Category.snp">
  <PARAM NAME="Zoom" VALUE="0">
  <PARAM NAME="AllowContextMenu" VALUE="-1">
  <PARAM NAME="ShowNavigationButtons" VALUE="-1">
</OBJECT>

Example report below...