I have a checkbox for every day of the month so checkboxes numbered 1 through 30.
I understand that checked returns "1" and unchecked returns "0"
I need a calculated field to say on each record form how many checkboxes have been checked. I could do it after the fact in excel by just summing the range where this element is listed but I need a single field on my form .. something like "days used = {how many have been checked}
I have seen a doc that says basically to create another set of 31 days to evaluate each checkbox and return either a 1 or a 0 and then sum these fields but that seems like a lot of work. Hoping for something simpler.
Thanks in advance.
Any ideas?
Thanks in advance.