grouping based on checkboxes

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?
 
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?

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

Ask a Question

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.

Ask a Question

Top