How do I set up dynamic hyperlinks in Access?

J

Jeff James

I have a form field that displays a dynamic internet hyperlink that change
per each record. I want to set it up to go to that internet address when
clicked on. The source of the hyperlink is merged fields in a query.

Assistance is greatly appreciated.

Jeff
 
I

I Love Xbox

I don't know if this will fit your situation, but at least it will get you
started.
You can create a label. Thel label has a property "Hyperlink Address" and
"Hyperlink Subaddress" When you put a URL into "Hyperlink Address" it turns
the label into a hyperlink.

In my situation, I have created an "Onclick" event for the label. This
procedure constructs a Path string and puts it into the "Hyperlink Address"
property. So when the procedure is over, it goes to the hyperlink address.
THen your default browser opens to that Hyperlink.

Hope that works!
 
Top