I am try to call a parameter query from a form. The form has a text box that supplies the information for the query and the criteria field in the query has the location of the text box containing the data. <br>If I run the query directly it prompts me for the information and then displays the correct information but when I try to run the query from the form I get the message "Run-time error '3061': Too few parameters. Expected 1."<br><br>The following is the method I am using to call the query:<br><br>Set currecset = curdb.OpenRecordset("QueryForSubDocsAllBP"
<br>