Answered
I have a form where I have 6 questions with yes / no check boxes in a table and the last row /column has a total field. Each Yes box Binding name is CBYES1, CBYES2, CBYES3, etc..
so i'm wondering in my total field is this the appropriate calculation?
form1.Page1.Table1.Row1.CBYES1+ form1.Page1.Table1.Row1.CBYES2+ form1.Page1.Table1.Row1.CBYES3
Any help is appreciated.
What are the values of the check boxes when the "Yes" check box is selected?
George Kaiser