I need to export to xml 1 record at a time

  • Thread starter Timothy via AccessMonster.com
  • Start date
T

Timothy via AccessMonster.com

I have a table with 500 records, and I need to export each record
individually to xml. I am using Access 2003 and it exports the entire file
fine, but for whatever reason, the end user is requesting it one record at a
time. I have seen a few vba procedures that will seemingly do something like
this, but I have been unsuccessful in making them work in my application.
Any direction would be greatly appreciated.

Tim
 
J

John Nurick

Hi Timothy,

See my answer to a similar question today in the thread "How to export
XML file per record?" in the newsgroup
microsoft.public.access.gettingstarted.
 
T

Timothy via AccessMonster.com

That worked perfectly. Thanks so much!

Tim

I have a table with 500 records, and I need to export each record
individually to xml. I am using Access 2003 and it exports the entire file
[quoted text clipped - 7 lines]
I tried for a long time to get XML into Access, I was finally did it.
You may need
the complete structure, (ie. what items are on the same branch of the
XML tree) like I did,
If so, please let me know.
 
Top