April 9, 200619 yr Newbies I want to be able to assign a value to each check box and then calculate the sum total. For instance, there are a series of check boxes for the question "Have you ever had any of the following?" Coughed Up Blood (assigned value of 20) Chest Pain (assigned value of 10) Tuberculosis (assigned value of 20) So that if a patient checked the Chest Pain and Tuberculosis boxes it would calculate 30 as the answer. I have done this with a Case statement with a radio button, but the Case statement will stop if it reaches a "True". Do I use a series of If statements?
Create an account or sign in to comment