DCrake
Remembered
- Local time
- Today, 19:34
- Joined
- Jun 8, 2005
- Messages
- 8,626
Just a quicky. Have an unbound textbox on a form that has been set as a hyperlink. The link is present in the field, however I can't get it to follow the hyperlink when clicked. How do I do it?
I have tried the following on the on click event
Me.TxtHyperlink.Follow
But nothing happens
also tried
Application.Hyperlink.Follow Me.TxtHyperlink
however this first gives me a waring message then says it cannot open the link.
I have tried the following on the on click event
Me.TxtHyperlink.Follow
But nothing happens
also tried
Application.Hyperlink.Follow Me.TxtHyperlink
however this first gives me a waring message then says it cannot open the link.
Last edited: