I am trying to create a query (In Design View) in which I can return all the records that have a check box in certain fields. Here is a pic of my table that has my check boxes:
How can I create this query to only pull all records that have a check box (doesn't matter which one, I just want to pull all records that have a check box in any of the fields) which is "true"
I have tried to put in "true" in the "or" row but it is not working.