Generating XML from Code

C

Charles Tam

From an Access 97 form, I would like to export XML data from a couple of
query recordsets. Where should I start?
 
S

Sean

Have you found anything on this? I'm getting ready to start a project on
Access 97 and I want to output an xml file when a record gets inserted into a
table.

Any help is appriciated!
 
A

Andrew Backer

Well, how complicated is this output, and why not just open a text file
and write the XML directly to it? Might be simpler than importing all
of MSXML, expecially if the format is simple.

- Andrew
 
Top