Good Monday everybody.
I am blocked with the code which follows:
I would want that the hyperlink link is stored in the field and does not open. Is there a way to reach there. I tried with Gohyperlink but I failed.
I work in a form.
Thank you in advance
Yours
Habiler
I am blocked with the code which follows:
I would want that the hyperlink link is stored in the field and does not open. Is there a way to reach there. I tried with Gohyperlink but I failed.
I work in a form.
Thank you in advance
Yours
Habiler
Code:
Private Sub Décision_DblClick(Cancel As Integer)
Application.FollowHyperlink "P:\X\Y\Z\" & Me.Decision & ".pdf"
End Sub