Hi,
I have managed to set up a query that displays the current record in my dummy database using the ID number of the current record within my form using the following
[Forms]![CustomerForm]![ID]
so far all works and only one record is shown
Now I want to export the query data as an XML file when I export using the built in tools I get a pop up window asking for entering the parameter value - Forms!CustomerForm!ID
What am I doing wrong ??
I am working my way towards an automated XML output and a SetValue change (setValue part is working already...!)