Generating XML from Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

From an Access 97 form, I would like to export XML data from a couple of
query recordsets. Where should I start?
 
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
 
Back
Top