Submit info to a website

A

Anonymous

I currently use an access database. Is it possible to create a form, and the
information you enter on that form be submitted to a specific website? It is
one of my processors that I want to just be able to enter the information in
my database and then click on a button to have this information entered into
their website and then once the transaction has been approved or declined, I
would like for this information to be entered back into my database
automatically. I am looking to stop double entry. Any suggestions would be
greatly appreciated.

Thank you.
 
A

Arvin Meyer

You can use multiple tables, but not (to my knowledge) multiple databases,
at least not using Access as a database engine, and IIS as a web server. I
believe IIS only supports 1 DSN (Data Source Name) per virtual server.
SQL-Server has Triggers which may be able to do what you want. You may want
to ask this question in an IIS newsgroup.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top