Hi Jenna, I have sent you a sample to your hotmail address, and i just
added a simple script to make the collection of check boxes mutual
exclusive.Sample Script on each Check box
form1.PageOne.collectionSub.CheckBox1::click - (JavaScript, client)
if(CheckBox2.rawValue == "1" || CheckBox3.rawValue == "1" ||
CheckBox4.rawValue == "1"){ this.rawValue = "0"; }
form1.PageOne.collectionSub.CheckBox2::click - (JavaScript, client)
if(CheckBox1.rawValue == "1" || CheckBox3.rawValue == "1" ||
CheckBox4.r...