This can be for internet weblinks, or local folders
Private Sub Label0_Click()
' ''strMyDocPath = "W:\ICT"
strMyDocPath = DLookup("Location", "Tbl1")
FollowHyperlink strMyDocPath
End Sub
Modified on: Tue, 22 Sep, 2020 at 9:14 AM
This can be for internet weblinks, or local folders
Private Sub Label0_Click()
' ''strMyDocPath = "W:\ICT"
strMyDocPath = DLookup("Location", "Tbl1")
FollowHyperlink strMyDocPath
End Sub
Did you find it helpful? Yes No
Send feedback