Create XML

O

Ofer

When I export a table to an xml file, it export only the
fields that have data, is it possible to export all the
fields even if they don't have any value.
I use Access2003

Thanks for your help
 
R

Rick Brandt

Ofer said:
When I export a table to an xml file, it export only the
fields that have data, is it possible to export all the
fields even if they don't have any value.
I use Access2003

Thanks for your help

Export a Query instead and use the Nz() function to force some sort of
output to replace the Null values.
 
Top