Pam,
Any chance you can post the code you're currently using?
Ken
> Hi,
>
[quoted text clipped - 9 lines]
> Thanks in advance,
> Pam
Pam - 24 Mar 2008 22:59 GMT
Thanks, Ken, for replying. Here is the code I'm using on a regular form. I
realize it won't be the same for the data access page. If you provide code
that will work like the regular form, I would certainly appreciate it. I've
spent a considerable amount of time trying various code and researching.
Private Sub Command21_Click()
Dim strPath As String
strPath = "\\dell4\databases\PDF\" & Me.[ITEM NUMBER] & ".pdf"
If Dir(strPath) = "" Then
MsgBox "There is no pdf for this brochure."
Else
Application.FollowHyperlink strPath
End If
End Sub
Thanks again,
Pam
> Pam,
>
[quoted text clipped - 20 lines]
>> Thanks in advance,
>> Pam