AccessTest
Registered User.
- Local time
- Today, 14:35
- Joined
- Mar 30, 2007
- Messages
- 11
Hi Guys,
I am trying to use the Hyperlink function.
The problem is that it does not open any graphic software view when I am pressing the button – I would appreciate any help.
Here is the code that I attach to the button:
Private Sub Cmd_To_Plans_Click()
On Error GoTo sof:
If Not IsNull(Me.link) Then Me.link.Hyperlink.Follow
sof: DoCmd.Beep
End Sub
Where link is the field.
Thanks in advance.
I am trying to use the Hyperlink function.
The problem is that it does not open any graphic software view when I am pressing the button – I would appreciate any help.
Here is the code that I attach to the button:
Private Sub Cmd_To_Plans_Click()
On Error GoTo sof:
If Not IsNull(Me.link) Then Me.link.Hyperlink.Follow
sof: DoCmd.Beep
End Sub
Where link is the field.
Thanks in advance.