grouping based on checkboxes

  • Thread starter Thread starter Charlotte
  • Start date Start date
C

Charlotte

I have a table containing a record name and 20 checkboxes
(categories). I will like to generate a Report displaying every single
combination that can be obtained with the checkbox grouping, and
listing the record names within each group. For example: one group
will list the record names where checkbox2 and checkbox4 =yes, all
others =no. Another group will list names where checkbox6, checkbox9
and checkbox15 =yes, and all others =no. Every single combination
will be displayed, but if the result is null, then it will not print a
null group. Is this attainable w/o generating manual code for every
combination?
 
I have a table containing a record name and 20 checkboxes
(categories). I will like to generate a Report displaying every single
combination that can be obtained with the checkbox grouping, and
listing the record names within each group. For example: one group
will list the record names where checkbox2 and checkbox4 =yes, all
others =no.  Another group will list names where checkbox6, checkbox9
and checkbox15 =yes, and all others =no.  Every single combination
will be displayed, but if the result is null, then it will not print a
null group.  Is this attainable w/o generating manual code for every
combination?

Nevermind, I figured out how to do it.:)
 
Back
Top