brianjohnson
Registered User.
- Local time
- Today, 17:43
- Joined
- Jul 29, 2003
- Messages
- 13
Not sure where this belongs, apologies if it's the wrong place!
I've been asked to produce an XML output from an Access 2003 database for input into another application. The output file format is fixed and includes field names that must exist within the output file. I can provide the key data required using aliases in an Access SQL query ... but there are some fields that don't exist in the database that must be included in the output file even though they don't hold any values. How can I add these (empty) fields other than by manually editing all the records? Is it possible to do this within a query? I guess I could create a table that includes all the required fields and then update this table from a query ... seems a lot of work ...!
How would you approach this if you were the owner of such a database?
Thanks all, Brian
I've been asked to produce an XML output from an Access 2003 database for input into another application. The output file format is fixed and includes field names that must exist within the output file. I can provide the key data required using aliases in an Access SQL query ... but there are some fields that don't exist in the database that must be included in the output file even though they don't hold any values. How can I add these (empty) fields other than by manually editing all the records? Is it possible to do this within a query? I guess I could create a table that includes all the required fields and then update this table from a query ... seems a lot of work ...!
How would you approach this if you were the owner of such a database?

Thanks all, Brian