[2005] radio buttons relying on 10-20 other raido buttons to get info
Hello,
I have about 30 radio buttons on my form (see image). i need to check if radiobutton1.checked=true then check for what radio button is checked in groupbox 2 then check for what radio button is checked in groupbox 3. then i need to react accordingly. i can do this on my own with about 30 if...thens nested inside 10 if...thens for the first group box. what i am wondering is: is there any fancy way to do this without all that coding. like i don't know maybe a loop or something. i am looking for a way to do this with as little code as possible but i can do all those if...thens if i have to. thank you all for your help