Newbies AZ Wildcat Posted April 9, 2006 Newbies Share Posted April 9, 2006 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? Link to comment Share on other sites More sharing options...
Raybaudi Posted April 9, 2006 Share Posted April 9, 2006 Hi try this Check_Boxes.zip Link to comment Share on other sites More sharing options...
Newbies AZ Wildcat Posted April 9, 2006 Author Newbies Share Posted April 9, 2006 Thank you, it was a very simple (and elegant) solution. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6733 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now