Search results

  1. C

    useing sum in form???

    Pat that makes total sense so instead of it being a text field it should be a number field in the table :) thankyou But why would -- work where + wouldnt or would that just be a microsoft glitch lol :) or is it because by adding the - to the beginning of the text tells it to be a number?
  2. C

    useing sum in form???

    So like this =Val([question_1])+Val([question_2])+Val([Question_3])+Val([Question_4])+Val([Question_5])+Val([Question_6])+Val([Question_7])+Val([Question_8])+Val([Question_9])+Val([Question_10])+Val([Question_11]) is there any better way?
  3. C

    useing sum in form???

    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...
Back
Top Bottom