Skip to content
Advertisement

Convert columns to rows and get the sum of checkboxes in Access

I have an Access database that has checkboxes in on of the tables. I need to get a Sum of the checkboxes but, I want to convert the checkbox columns into rows instead of columns.

Here is an example of how it appears in the table:

Here is how I want the report to display the data:

I tried using a Case statement but, it didn’t come out correctly

Advertisement

Answer

Use a union query and check for Null:

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement