I have a continous form in that i have a few records, i have added a new textbox to each record, where there is an if statment that gives "1" if yes or "0" is no, now i want to be able to calculate all the number text boxes with 1 in the form footer, but i keep getting an #error.
My guess is the since the if condition is in the control source of the textbox, the textbox with the sum function cant find the text boxes to add since it is not stored in a table, any way i could do it?
My guess is the since the if condition is in the control source of the textbox, the textbox with the sum function cant find the text boxes to add since it is not stored in a table, any way i could do it?