Let me try to draw a picture:x button 1x button 2x button 3x button
4Each set of two buttons are exclusive. I need a total for button 1 +
button 3. I need another total for button 2 + button 4. I have over 80
radio buttons, each made up of two.Hope this helps.
I have a form that has 40 sets of two radio buttons. Based on which
radio button is selected, I need to add into four different sums. So
total one would be Group1Radio1 + Group3Radio2. How do I do this?Does
this make sense?Thanks,