XML Import & Export in Access 2003

  • Thread starter Thread starter Steve F
  • Start date Start date
S

Steve F

I can import & export an XML file in Access 2003 using the "manual" method;
walking through the steps and using the dialog boxes, etc.

Can this be done in VBA code? I'd like to have a "Push Button" solution
that's easy for almost anyone to use.

Thanks,
Steve Frye
 
Thanks for the link, Jack. That's a bit more complicated than I need,
especially since the XML I'm sending & receiving does import & export without
problems.

I just finished some poking around in Visual Basic Help; being more stubborn
this time than previously. I found the following:
ImportXML Method
ExportXML Method

I'll try them out and see what "develops".

Regards,
Steve Frye
 
Back
Top