B
Boon
Hi,
I am trying to export a select query to a XML file but didn't find any
success.
Here is the code I use......
Application.ExportXML ObjectType:=acExportTable, DataSource:="ForXML",
DataTarget:="VendorData.xml"
The ForXML is the select query. I noticed that when I export from a table it
works just fine.
How can I export from a query?
thanks!
Boon
I am trying to export a select query to a XML file but didn't find any
success.
Here is the code I use......
Application.ExportXML ObjectType:=acExportTable, DataSource:="ForXML",
DataTarget:="VendorData.xml"
The ForXML is the select query. I noticed that when I export from a table it
works just fine.
How can I export from a query?
thanks!
Boon