Hi!
i have a strange problem. I want to export a query to xml. I use the following expression for that:
Application.ExportXML acExportQuery, "queryname", "location"
This query needs information from a form. So it should read it from the form automaticaly when the form is open.
In some forms i can make the export and everything work in others the query ask me again the information.
Everything is made in the same way, i just change the query name.
Anyone have an idea about why this happen?
thanks
i have a strange problem. I want to export a query to xml. I use the following expression for that:
Application.ExportXML acExportQuery, "queryname", "location"
This query needs information from a form. So it should read it from the form automaticaly when the form is open.
In some forms i can make the export and everything work in others the query ask me again the information.
Everything is made in the same way, i just change the query name.
Anyone have an idea about why this happen?
thanks