Hyperlinks

M

MAL

I have an index database that has hyperlinks to document images in it. I have set the folder options so that a particular viewer comes up when an image is opened. However, when I hyperlink from Access I get the stupid Window Imaging Viewer whether I want it or not. How can I change this so that my folder option default viewer comes up instead? Any advice would be greatly appreciated.
 
A

Arvin Meyer

MAL said:
I have an index database that has hyperlinks to document images in it. I
have set the folder options so that a particular viewer comes up when an
image is opened. However, when I hyperlink from Access I get the stupid
Window Imaging Viewer whether I want it or not. How can I change this so
that my folder option default viewer comes up instead? Any advice would be
greatly appreciated.

Try the Shell function:

Shell("PathToExecutable PathToFile",vbNormalFocus)
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

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