I'm trying to build a selector form to pull out data from a table where each record can have just one of a number of tick boxes selected, then picking records containing combinations of ticks. The form would look like this, and allow the combinations of ticks to be set up at the top then showing the matching records in the subform. So for example all those with STO OR CGG ticked.
I can do a similar AND version where there can be more than one tick per row, and to extract records that match the chosen combinations. So ones with ticks in column 1 and 3, for example.
But I run into errors like 'too complicated' when trying to adapt it to the OR condition I now need.
I can do a similar AND version where there can be more than one tick per row, and to extract records that match the chosen combinations. So ones with ticks in column 1 and 3, for example.
But I run into errors like 'too complicated' when trying to adapt it to the OR condition I now need.