If you want records where any of the three fields have a yes/no value of
Yes (or True), then the SQL will be something like:
Select * FROM YourTableName WHERE FieldX = Yes OR FieldY = Yes OR FieldZ
= Yes;
To set this up in the query design grid, you need to enter the criteria for
each of the fields in a separate line in the grid.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.