We have a form populated with multiple (49) checkboxes and need to query a table based on the checkboxes which are TRUE to find all records which match the TRUE checkboxes on the form.
We cannot use the AND function as this checks for all the checkboxes to be true, and the OR function finds ANY checkbox that is true.
Help!