How do I sum only the rows that are checked in a form?
I have a number of rows in a form. Some of those have a field checked and others do not. I want to create two calculated fields. One to give me the totals if the row is checked and the other to give me the totals if the row is not checked. I can't figure out how to do this.