How do I export a query that uses parameters to a text file?

C

cremers

When I try to export a query that uses parameters from a date selection form
into a text file, I get the error "Too few parameters. Expected 2." As soon
as I make the paramerters static in the query, the export wizard pops up fine
and everything works as it should. I need the parameters from the form. How
can I get this to work?
 
Top