I have a table with a list of Brands in the first column followed by multiple Yes/No columns - each column after the brands represents a zone. If the checkbox in the zone is ticked, the Brand can be sold in that Zone. I'm attempting to make a simple report in order to share this information, but I'd like the report to be separated into Zones with the brand name listed only if the checkbox is ticked.
I've included a sample database with an example of the table: Help_Database.accdb
My thoughts are that I would create groups in the report based on the zone, but I'd prefer not to have the checkboxes show - just the brand name if the corresponding check box is ticked. Is this possible with the way I have this table set up or should I scrap this table and list the brands themselves under the zone headers?