Opening Link from textbox

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
 
M

MGFoster

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.
 
Top