flaviooooo
Programmer
Hey,
I'm trying to export a query to XML format, but don't know how to do it properlY...
I'm using the following at the moment:
Dim stDocName As String
stDocName = "Q_STOCK_LABEL_RM"
DoCmd.OutputTo acOutputQuery, stDocName, acFormatXML, "C:\test.xml", False, ""
But this only pops up the 'Output To'-screen, where I need to manually select XML again.
Is there a way to bypass this part?
Kind regards
F
I'm trying to export a query to XML format, but don't know how to do it properlY...
I'm using the following at the moment:
Dim stDocName As String
stDocName = "Q_STOCK_LABEL_RM"
DoCmd.OutputTo acOutputQuery, stDocName, acFormatXML, "C:\test.xml", False, ""
But this only pops up the 'Output To'-screen, where I need to manually select XML again.
Is there a way to bypass this part?
Kind regards
F