In your query, substitute:<br>
like Forms!YourFormName!YourTextboxName and "*"<br>
for<br>
Forms!YourFormName!YourTextboxName<br>
<br>
The like operator allows you to use * as a wildcard when you're specifying a selection criteria in a query. You can put the "*" before, after, or both before and after a value.