AccessTest
Registered User.
- Local time
- Today, 14:36
- Joined
- Mar 30, 2007
- Messages
- 11
Hi Guys,
I have the following code (a great guy helped me here)
Private Sub Cmd_To_Plans_Click()
FollowHyperlink "file:///" & Me.link
End Sub
Where link is the field name.
Now here is the problem:
This is a button that helps the user to see the file (usually it is jpg files) with editor.
Now, in this table there were previous hyperlinks files that were uploaded and from some reason this script is not respond to the old hyperlinks – any thoughts?
Appreciate your help.
Thanks
I have the following code (a great guy helped me here)
Private Sub Cmd_To_Plans_Click()
FollowHyperlink "file:///" & Me.link
End Sub
Where link is the field name.
Now here is the problem:
This is a button that helps the user to see the file (usually it is jpg files) with editor.
Now, in this table there were previous hyperlinks files that were uploaded and from some reason this script is not respond to the old hyperlinks – any thoughts?
Appreciate your help.
Thanks