xml and access 2000 example??

N

Norman Fritag

Hi there
I am looking for an example for an export, import routine?

regards
Norman
 
B

Bryan Reich [MSFT]

DoCmd.OutputTo acOutputTable, "Table1", "XML", "C:\dest.xml"

This will trigger the xml export of a table. However, there are additional
dialogs that will pop up promting for export details. I'm not sure if this
fits what you are looking for or not.
(this basically does the same thing as if you were to select the export menu
option and select xml as your export type)
 

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