Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

send XML request from form and retrieve XML response

Status
Not open for further replies.

RaineSpencer

Programmer
May 8, 2002
25
US
Hi,
Because of CISP, we have to re-vamp our credit card authorization process. I want to have users press a button a form to send form data as an xml request to our payment processor, and then have the form parse the xml response returned. Can this be done with VBA, or do I have to shell out and run something external to make this happen (vb.net script or something?)??
Thanks!
Lorraine
 
With recent access version you can play with the ExportXML, ImportXML and TransformXML methods of the Access.Application object.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
I have access 2k, any way to accomplish this with that version?

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top