Opening PDF files with hyperlinks

R

Robin

How do you open a pdf file on an Access form in code? I used hyperlinks and
tried Application.FollowHyperlink using File:\\C:\MyFolder\myfile.pdf and
also just C:\MyFolder\myfile.pdf

The file appears to try to open and almost flashes open, but doesn't stay
open. This works fine with a txt or doc file. Any ideas? Thanks!
Robin
 
Top