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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top