G Guest Jun 10, 2005 #1 From an Access 97 form, I would like to export XML data from a couple of query recordsets. Where should I start?
From an Access 97 form, I would like to export XML data from a couple of query recordsets. Where should I start?
A Andrew Backer Aug 21, 2005 #2 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
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