How do I automatically import XML into Access 2003?

C

CLM

I need to create a button on a form that will automatically run the Get
External Data command. The file that needs to be imported is XML. I need
the import to Append to an existing table.

Does anyone know if this is possible?
 
J

John Nurick

The VBA method corresponding to Get External Data ... XML is
Application.ImportXML
 
Top