Run URL (1 Viewer)

FoFa

Registered User.
Local time
Yesterday, 19:10
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?
 

SOS

Registered Lunatic
Local time
Yesterday, 17:10
Joined
Aug 27, 2008
Messages
3,514
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

Top Bottom