Hi,
I have created a table with a name field and then multiple boolean criteria fields and then created a query relating to these values in the table.
I have then created a search form, where the user will check tick boxes and then hit a button which opens the query. (trying to be used as a search form)
I have linked the fields in the query to the tick boxes using the criteria [Forms]![SearchForm]![TickBox1] to return values when the box is ticked and the value is Yes in the table.
My PROBLEM is that if I tick one box, it will only return the records where ONLY that field is TRUE. Records are only returned when ALL of the values are matching.
Is there a way to return a record if all of the search criteria are true, even if the record has many more fields as TRUE?
Thank you![]()