Run URL

FoFa

Registered User.
Local time
Today, 13:07
Joined
Jan 29, 2003
Messages
3,672
OK, So a Linked SQL table, has a varchar field that contains a URL.
In my access app. I want them to select (via a description) the proper row, and when a button is clicked, run that URL (browser I guess).
it is a SQL Report the URL is pointing to if that matters for any reason.

So how does one actually accomplish this?
I.E. pull the URl, and tell the browser to run that URL?
 
If it is a field on a form (which is what I would do) then you can put a click event for the text box and use:

FollowHyperlink Me.YourTextBoxNameHere
 

Users who are viewing this thread

Back
Top Bottom