I am trying to create a search form in Access that you can put several in criteria to return information.
I created the form with unbound fields:
txtArea
txtSubarea
txtType
txtEquipment
Then I set-up the query to say the following for each field
[forms]![search]![txtArea] Or [forms]![search]![txtArea]Is Null.
But when I do this it works for the first two fields but, when I put in criteria for all of the fields it returns everything. I want it to filter down by area, then subarea, then type, and so on. What am I doing wrong?
I created the form with unbound fields:
txtArea
txtSubarea
txtType
txtEquipment
Then I set-up the query to say the following for each field
[forms]![search]![txtArea] Or [forms]![search]![txtArea]Is Null.
But when I do this it works for the first two fields but, when I put in criteria for all of the fields it returns everything. I want it to filter down by area, then subarea, then type, and so on. What am I doing wrong?