B
bawjaws
I am using the following code to place a hyperlink in a form
"Sub Label1_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("P.2").Controls("Label1").Tag
objWeb.Visible = True
End Sub"
(Thanks Sue Mosher)
When I 'Run' the form the hyperlink works, however when I send the form
onto people the link is dead. Any clues anybody
????
"Sub Label1_Click()
Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate Item.GetInspector.ModifiedFormPages _
("P.2").Controls("Label1").Tag
objWeb.Visible = True
End Sub"
(Thanks Sue Mosher)
When I 'Run' the form the hyperlink works, however when I send the form
onto people the link is dead. Any clues anybody
????