G
Guest
I am trying to export a .txt query file with user specified data. A parameter
doesn't work because I get the error message when exporting that "too few
parameter. Expected 1" message. From reading other posts, I made a form that
will act as input for the query instead of just the parameter. Can someone
help me write the OnClick event that will update query. The query name is
qryInvoiceExport. I need the user to input the invoice number so that the
details of that particular invoice are listed. Also does anyone know if I
will also need to set the value of the parameter in addition to using the
form as input? Any guidance is much appreciated.
doesn't work because I get the error message when exporting that "too few
parameter. Expected 1" message. From reading other posts, I made a form that
will act as input for the query instead of just the parameter. Can someone
help me write the OnClick event that will update query. The query name is
qryInvoiceExport. I need the user to input the invoice number so that the
details of that particular invoice are listed. Also does anyone know if I
will also need to set the value of the parameter in addition to using the
form as input? Any guidance is much appreciated.