Importing XML into a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was able to write code to generate an XML file from a table. Can someone tell me how to now import the XML file back into a table? I am using Access 2003 and am new to Access

Thanks
Michae
 
File | Get External Data | Import, then look for XML in the Files of Type
box at the bottom of the dialog.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Mike P said:
I was able to write code to generate an XML file from a table. Can
someone tell me how to now import the XML file back into a table? I am
using Access 2003 and am new to Access.
 
I was hoping to control the Import myself from a control button inside my access program. I'd like to use access programming to handle the import. Any ideas?
 
The Application object has an ImportXML method that'll let you do it.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Mike P said:
I was hoping to control the Import myself from a control button inside my
access program. I'd like to use access programming to handle the import.
Any ideas?
 
I am new to Access, can you supply me a code snipit please?

Thanks for your time and guidance,
Mike P.
 
Back
Top