Importing XML into a table

M

Mike P

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
 
D

Douglas J. Steele

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.
 
M

Mike P

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?
 
D

Douglas J. Steele

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?
 
M

Mike P.

I am new to Access, can you supply me a code snipit please?

Thanks for your time and guidance,
Mike P.
 

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