Text Box as Parameter?

  • Thread starter Thread starter Ashley
  • Start date Start date
A

Ashley

Is there a way that a user can enter information on a form and those text
boxes be used as the parameters for a query? If so, how would I go about
doing that?

thanks
 
In the criteria row of fields in your query you can reference information
from forms using syntax like this

[Forms]![FormName]![TextBoxName]
 

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

Back
Top