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?
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?
Comment