Inport/Eport XML

  • Thread starter Thread starter Bobby.Dannels
  • Start date Start date
B

Bobby.Dannels

I am running Microsoft Office 2000 on my work computers. I am editing
a database and I need said database to export a table named Data Table
to a .xml file. I also need to be able to import a .xml file and have
it added to the same table.
 
I don't know if 2000 has the capability. Check your VBA references for an
XML library. I am using 2003 and we have it. You use the xmlExport and
xmlImport methods to do that.
 
Back
Top