I created a Hyperlink field in an access table that links back to a PDF file on the server. When I show the field in the form and click on it it works fine. When I create a botton with the command of
Application.FollowHyperlink Me!ReportLink
I get an error that states;
Run-Time error '7971':
Microsoft Access can't follow the hyperlink to
'#\\Servername\directory\filename.pdf#'
When I convert the link from a hyperlink to a text field and get rid of the # in the field, I am unable to open the file at all.
Thanks for your advice in advance.