Insert numbers depending on which checkboxes are checked
This one has me stumped. I have four checkboxes named A, B, C and D. I also have a text field that is formatted for numbers. Two of the four check boxes will alway be checked. If I check the A checkbox and C checkbox OR the A checkbox and the D checkbox, I want the number 0 to appear in the Numbers text field. If I check the B checkbox and the C checkbox, I want the number 500 to appear in the Numbers text field. If I check the B checkbox and the D checkbox, I want the number 800 to appear in the Numbers text field. Thanks for any help with this.
