How to code to XML in Access

OJOB

New member
Local time
Today, 08:59
Joined
Oct 5, 2012
Messages
1
Hi everyone, My Name is Baswell and I need some guidance on the best way forward to create an XML file from a query in MS Access. The XML file requires some grouping so I might want to code than use the export to XML option. Really appricate any help.
 
You can use the reference to msxml 6.0. You can create a new domdocument and use the create node method.

For more info, you can take a look at my ribbon gui in the sample database forum. Look at the more recent version, the code behind frmRibbons. There is a sub called create xml.
 

Users who are viewing this thread

Back
Top Bottom