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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top