S
simplymidori
Hello,
I have a list of hyperlinks in a continious subform. The link has this code
Private Sub Link_Click()
Application.FollowHyperlink Me.Link
End Sub
Link: Format("view#ftp://XXX:[email protected]/spot/" & [Link] & ".wmv")
I have view# as my display text as and when I click on the link I get a
runtime error 490 cannot open the specified file. But, when I click END it
goes to the link.
Am I missing something?
Thanks
I have a list of hyperlinks in a continious subform. The link has this code
Private Sub Link_Click()
Application.FollowHyperlink Me.Link
End Sub
Link: Format("view#ftp://XXX:[email protected]/spot/" & [Link] & ".wmv")
I have view# as my display text as and when I click on the link I get a
runtime error 490 cannot open the specified file. But, when I click END it
goes to the link.
Am I missing something?
Thanks