Creating a value with Check Boxes.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to set up a run of questions. Lets say there are 10 of them. On
each question there is a choice of Yes - No & NA.

Now when each item is clicked, I would like for it to calculate the totals.
Lets say a Ye is worth 3 pts, zero for no and 1 for NA. I am having a
problem getting it to set a value on the check box.

Any suggestions...?

Thanks,
Rich
 
I am having a
problem getting it to set a value on the check box.

Any suggestions...?
Don't try to set the value on the checkbox. Instead, define a set of
fields, one for each checkbox, and put your numeric values there.
 
Back
Top