Hyperlinks & Text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to insert text and a hyperlink in an unbound text box? The
text box provides general information about the form, and if I include the
complete web address, it's displayed as a hyperlink, but I would prefer to
hide all that garbage and have a single word act as the hyperlink. When I
try to do this, I'm getting a type mismatch error for the text box.

Any suggestions would be greatly appreciated.

Thanks,
Chris
 
hmm, take a look at the FollowHyperlink method in VBA. you might be able to
use that, by storing the actual filepath somewhere else (in the control's
Tag property, maybe? or in a table?) and looking it up in the VBA procedure.

hth
 
Back
Top