Opening Link from textbox

  • Thread starter Thread starter Rudi Groenewald
  • Start date Start date
R

Rudi Groenewald

Hi all,

I have got a hyperlink which gets generated based on values on one of my
forms. I would like to have a button that opens the hyperlink in the
textbox when I click on it. I have tried setting the "Is Hyperlink" option
of the textbox, but that doesn't seem to help


Please Help,

thanks
R
 
You might try the FollowHyperlink method in the TextBox's OnClick event.

FollowHyperlink Address, SubAddress, NewWindow, AddHistory, ExtraInfo,
Method, HeaderInfo

See the Access Help article "FollowHyperlink Method" for more info.
 
Back
Top