Hi All!
I'm working with Access 2007.
I need to export a query to XML so that I can later import it to a table.
I keep a fixed XSD describing this table.
So when I export, I need the XML to "link" to that XSD file (using the xsi:noNamespaceSchemaLocation attribute of the dataroot tag), but must not rewrite the XSD file itself.
The sad part is that I know this is possible because I did it before, more than a year ago, but have since forgotten how I did it.
Help please?