Bump--Hyperlink with a field as a parameter for the URL

  • Thread starter Thread starter ChipW
  • Start date Start date
C

ChipW

I'm sure this has been asked and answered many times, but...

I would like to insert a hyperlink or button on a form, with a portion of
the URL being static based on the control (different hyperlinks or buttons
go to different pages), but use the productID field as the prameter to open
the correct web page for that product.

This should be simple, but I guess I'm not using the right search tems to
find an answer.

Thanks
Chip
 
There is a HyperlinkAddress and HyperlinkSubAddress Property on the Access
CommandButton.

OTOH, I tend to use the CommandButton_Click Event to execute the
FollowHyperlink Method which allows me to construct the Hyperlink address as
required.

Check Access VB Help on the FollowHyperlink Method.

HTH
Van T. Dinh
MVP (Access)
 

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