Launch URL with different data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jerseysbest
    New Member
    • Apr 2007
    • 3

    Launch URL with different data

    OK, I'm relatively new with Access and Code as well, so bear with me, any help is greatly appreciated.

    I want launch a URL in a web browser (default browser) from a toggle in a form and I need the URL to contain info from the db.

    So basically I need the URL to launch into the browser like this:

    "http://www.website.com/InfoLookup?Form one=DataFromFie ldOne&Formtwo=D ataFromFieldTwo &Formthree=Data FromFieldThree& Query=Submit"

    where "DataFromFieldO ne", and so on, is what I have.

    Is this doable? Is there any code like this around I can work with?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You could have a label whose .hyperlinkaddre ss changes whenever a change is made to one of the fields.

    Comment

    Working...