Help!
I have 6 checkboxes on a form, checkbox1, checkbox2, checkbox3, checkbox4, checkbox5, checkbox6.
Checkbox1 I want to assign the value 1
Checkbox2 I want to assign the value 2
Checkbox3 I want to assign the value 3
etc...
When I click on checkbox 1, 2 or 3 I want it to enter the value into a textbox called txtcalculate. This is not a problem until I want to unclick the checkbox to make another selection. The first checkbox I selected stays selected.
Another problem I have is with checkboxes 4,5,6. I want the selected value from one of these to multiply with the selected value from 1, 2 or 3.
Hope this makes sense, any help would be appreciated!
Cheers
Paul
I have 6 checkboxes on a form, checkbox1, checkbox2, checkbox3, checkbox4, checkbox5, checkbox6.
Checkbox1 I want to assign the value 1
Checkbox2 I want to assign the value 2
Checkbox3 I want to assign the value 3
etc...
When I click on checkbox 1, 2 or 3 I want it to enter the value into a textbox called txtcalculate. This is not a problem until I want to unclick the checkbox to make another selection. The first checkbox I selected stays selected.
Another problem I have is with checkboxes 4,5,6. I want the selected value from one of these to multiply with the selected value from 1, 2 or 3.
Hope this makes sense, any help would be appreciated!
Cheers
Paul