Open report snapshot file

A

Al

How do I open a snapshot file created from an Access 2000
report using VBA code within a command button to preview
the report. The file is stored in a folder on my
harddrive with a .snp extension.

TIA,
Al
 
A

Al

Thanks Steve, but I already have the viewer, I just want
to know how to use VB to open the file from a command
button.
Thanks,
Al
 
R

Rick Brandt

Al said:
Thanks Steve, but I already have the viewer, I just want
to know how to use VB to open the file from a command
button.
Thanks,
Al

Either Shell() or Application.FollowHyperlink will open it.
 

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

Top