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]
 
Back
Top