Question about ImportXML Method

G

Guest

I would like to programatically (ie, via Access VBA) import an XML file into
either an Access 2003 table or a SQL Server 2000 table.

I see that there is an ImportXML Method, but in its syntax help reference, I
do not see where you would specify the specific receiving Access or SQL
Server table.

Here is the only example I found in the Access 2003 help:

-----------------------------------------------------------------------------

The following example imports an XML file into a new table named Employees
in the current database.

Application.ImportXML _
DataSource:="employees.xml", _
ImportOptions:=acStructureAndData

-----------------------------------------------------------------------------

So, my question is, how/where do you specify to the ImportXML Method which
particular Access or SQL Server table to receive the imported XML data?

- Charlie CT
 

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

Similar Threads

ImportXML 4
Ac2002: ImportXML method with XSLT? 2
Ac2002: Another ImportXML problem 2
dumb question, but i've forgotten 1
Import XML into Access 3
ImportXML method 2
Import XML problem. 3
ImportXML 2

Top