Avatar

Correct answer by
Level 8

Use check boxes. Change the appearance to Sunken Circle. Let's say the check boxes are named CheckBox1 and CheckBox2. In the change event of CheckBox1 put:

CheckBox2.rawValue=0;

and for CheckBox2:

CheckBox1.rawValue=0;

Kyle

View solution in original post