Form input for Query Criteria

J

John

I would like to create a form that the data entered into its textboxes would
become the criteria for a query. What would be the steps?

Thanks
 
R

Reggie

John, In your query under the desired field place something like this as the
criteria for that field. Replace the form and control names with your form
and control names:

=[Forms]![MyFormName]![MyControlName]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top