K
Kevin
Hi,
Like Colin before me, I need to open PDF documents in a form using a command
button and based on a variable ID number. I've put in the code that worked
for Cloin but it's not working for me. This is it below:
Dim strFileName As String
strFileName = "G:\Service Contracts\Declarations\" & Me.SerialNo & ".pdf"
Application.FollowHyperlink strFileSpec
I think it might be because of the hyperlink section of his code which I'm
not understanding correctly. If Colin or anyone else could help I'd be very
very grateful!
Kevin
Like Colin before me, I need to open PDF documents in a form using a command
button and based on a variable ID number. I've put in the code that worked
for Cloin but it's not working for me. This is it below:
Dim strFileName As String
strFileName = "G:\Service Contracts\Declarations\" & Me.SerialNo & ".pdf"
Application.FollowHyperlink strFileSpec
I think it might be because of the hyperlink section of his code which I'm
not understanding correctly. If Colin or anyone else could help I'd be very
very grateful!
Kevin