G
Guest
I have a table with multiple checkbox fields on it. What I can do is
determine how many checkboxes in each field are True(Yes) and return that
value in a query.
What I need to do, is add the total True(Yes) checkboxes on the table. When
I try to add the returned "count" of True (Yes) it puts the counts
side-by-side. For example, I can return a count of 5, 4, and 2 for three
different fields. When I add them together, I get 542 instead of 11. Any
help?
determine how many checkboxes in each field are True(Yes) and return that
value in a query.
What I need to do, is add the total True(Yes) checkboxes on the table. When
I try to add the returned "count" of True (Yes) it puts the counts
side-by-side. For example, I can return a count of 5, 4, and 2 for three
different fields. When I add them together, I get 542 instead of 11. Any
help?