Create XML

  • Thread starter Thread starter Ofer
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top