I have six check box type fields. I would like to have a field in my query that says the following:
If one of the six fields are true then show me the data for that record
but if all the boxes are false then do not show me the data for that record
I am only interested in data that has at least one of the check boxes checked.
If one of the six fields are true then show me the data for that record
but if all the boxes are false then do not show me the data for that record
I am only interested in data that has at least one of the check boxes checked.
Comment