Hello, I'm trying to create a query where you can select the comparision and enter in the number to compare. So I have a drop down list with <,>,= and have a text box to capture the numeric value. In the query criteria I've tried
Forms!Form.DroplistV & Forms!form.NumV and
Forms!Form.DroplistV & " " & Forms!form.NumV and I've also tried creating a string on the form and pulling that string over
Forms!Form.StringV
But nothings working, I'd really like to not use VBA and keep it between the form and query.
Any insight would be helpful.
Thanks!
Forms!Form.DroplistV & Forms!form.NumV and
Forms!Form.DroplistV & " " & Forms!form.NumV and I've also tried creating a string on the form and pulling that string over
Forms!Form.StringV
But nothings working, I'd really like to not use VBA and keep it between the form and query.
Any insight would be helpful.
Thanks!