ExportXML

J

Jim Murray

I've read that in the ExportXML process null fields are not exported to the
XML document. This appears to be wrong. My exports contain markers for data,
for example <FirstName/>, that have no information. How do I remove these
markers?
 
O

orange via AccessMonster.com

Jim said:
I've read that in the ExportXML process null fields are not exported to the
XML document. This appears to be wrong. My exports contain markers for data,
for example <FirstName/>, that have no information. How do I remove these
markers?
Why would you delete them? They are part of the XML file.
 
Top