Avatar of tristan69
tristan69
Flag for Barbados asked on

Generate XML File using VBA

Hi Guys,
I need to export a recordset to a XML file using VBA and Access. Now I know that Access 2003 and higher has this feature built-in however I have Access 2000, also I would prefer to use VBA.Since in addition to the recordset other information have to be added to the XML file.
Microsoft ApplicationsMicrosoft Access

Avatar of undefined
Last Comment
tbsgadi

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
tbsgadi

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
tbsgadi

tristan69

ASKER
I look at the ado object and the xml it generated but that will not work. instead I have take a look at DOM and I have had some of the success I have been looking for but its new to me and I am green. So if any of you guys have some tip about using DOM to generate xml let me know.

tbsgadi

Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
tbsgadi

The first link I sent is a working solution to the askers question.
Afterwards when the asker asked for some help with DOM I also sent useful links on the subject.