J
Jeff
Hi
I'm writting an application that exports the results of a query to an XML
file. The query returns 231 record but when I look at the xml file in excel
there are only 230 rows. What wrong?
Here is the VBA
nameFile = "Production" + CStr(Format(Now(), "_yyyymmdd")) + ".xml"
Application.ExportXML ObjectType:=acExportQuery,
DataSource:="qryProduction", _
DataTarget:=nameFile
Anybody got any suggestion why the last row is not being exported?
Thanks
Jeff
I'm writting an application that exports the results of a query to an XML
file. The query returns 231 record but when I look at the xml file in excel
there are only 230 rows. What wrong?
Here is the VBA
nameFile = "Production" + CStr(Format(Now(), "_yyyymmdd")) + ".xml"
Application.ExportXML ObjectType:=acExportQuery,
DataSource:="qryProduction", _
DataTarget:=nameFile
Anybody got any suggestion why the last row is not being exported?
Thanks
Jeff