I am trying to set up a form with two text boxes so I can run a query that searches for records with values between a two numbers. In the query design view I was able to do this by placing the following in the criteria statement of the field titled "Amount":
Between 10 And 50
Because this worked I tried to use the following to have the query reference the two text boxes on my form:
Between [Forms]![Search]![AvgAmtO] And [Forms]![Search]![AvgAmt2]
but this doesn't work. Does anyone one know how to do this or have any advice?