I'm creating a query based on two Yes/No fields. It seems like the default functionality for querying on multiple checkboxes is that records are returned if either option is true (an OR query). I'm looking to create a query where records are returned when both checkboxes are true (an AND query).
Is there anyway to create an AND query for multiple checkboxes in Access?