Thanks in advance for your help.
I am using access 2003 and I am trying to design a DAP that will link PDF documents over an intranet. In my table there is a hyperlink field, but I am not having any luck in getting the files to open. So far I have tried setting the control properties to:
Click the Data tab and set the ControlSource property to =document.all("MSODSC").HyperlinkPart([MY FIELD NAME],0)
Click the Hyperlink tab and set the ControlSource property to =document.all("MSODSC").HyperlinkPart([MY FIELD NAME],2)
and the HREF to:
file://Mar-000/Work/Job%20Reports/ (this is the root folder on the server)
but to no avail.
I am using access 2003 and I am trying to design a DAP that will link PDF documents over an intranet. In my table there is a hyperlink field, but I am not having any luck in getting the files to open. So far I have tried setting the control properties to:
Click the Data tab and set the ControlSource property to =document.all("MSODSC").HyperlinkPart([MY FIELD NAME],0)
Click the Hyperlink tab and set the ControlSource property to =document.all("MSODSC").HyperlinkPart([MY FIELD NAME],2)
and the HREF to:
file://Mar-000/Work/Job%20Reports/ (this is the root folder on the server)
but to no avail.