K
Keith
Hello geniuses,
I'm trying to send info to a website ... all I need to do is send this,
http://www.website.com/webpage.asp?Company=123&Client=456
I am able to do this from a command button, using a hyperlink like this
cmdButton.hyperlink=http://www.website.com/webpage.asp?Company=123&Client=456
However this calls the browser, which I dont want to do.
Is there a good way to do this directly from access, without envolving the
browser. Preferably that access can behave as a browser for other stuff too.
I also tried a Microsoft example that said, "add a winsock active-X control
to a form", but could not get this right either.
Thanks in advance,
Keith
I'm trying to send info to a website ... all I need to do is send this,
http://www.website.com/webpage.asp?Company=123&Client=456
I am able to do this from a command button, using a hyperlink like this
cmdButton.hyperlink=http://www.website.com/webpage.asp?Company=123&Client=456
However this calls the browser, which I dont want to do.
Is there a good way to do this directly from access, without envolving the
browser. Preferably that access can behave as a browser for other stuff too.
I also tried a Microsoft example that said, "add a winsock active-X control
to a form", but could not get this right either.
Thanks in advance,
Keith