I am having trouble with the code below I have a box in my form that is the total_score of all my questions and I want it to autoupdate and then input that total into the table under its heading total score, but I am having trouble I found that if I use
say question one score is 1 and question 2 score is 1 then when I use
=([Question_1]+0+[Question_1]) i get 2
but when I use
=([Question_1]+[Question_1]) i get 11
and when I use
=sum([Question_1]+[Question_1]) I get 22
and when I use
=sum([Question_1]+0+[Question_1]) I get 4
what gives can anyone explain where I am going wrong also where should I be putting this to get the totals I am putting the code in the control_source yet by doing that I dont know how to update it to the table?
say question one score is 1 and question 2 score is 1 then when I use
=([Question_1]+0+[Question_1]) i get 2
but when I use
=([Question_1]+[Question_1]) i get 11
and when I use
=sum([Question_1]+[Question_1]) I get 22
and when I use
=sum([Question_1]+0+[Question_1]) I get 4
what gives can anyone explain where I am going wrong also where should I be putting this to get the totals I am putting the code in the control_source yet by doing that I dont know how to update it to the table?