I've not used Access2003, but I was under the impression that it supported
XML natively, ie there should be an option to export as XML built in
somewhere.
Maybe one of the experts in here could either put me right, or tell you
where to find it.
If I'm wrong, I guess your only option would be to write or buy a utility
that will convert from Access to XML. Not hugely difficult if you have some
programming skills, though depending on the complexity of what you actually
want to produce...
As Chris says elsewhere in this thread, Access 2003 has some built-in
support for XML. For earlier versions (or if the built-in features don't
meet your needs) you can set a reference to Microsoft's XML parser,
msxml.dll (or msxml2.dll, msxml3.dll, etc.) and call its methods from VBA.
Here's a link to the MSXML documentation on MSDN ...
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.