Actually I have absolutly no expierence in programing. Using kixform was my alternative to learning a programing language (if that made any sense).

Arrays, I haven't messed around with them so I know little about them.

I don't know if using dynamic variables painted me into a corner this time but it sure lead me to another problem. Each check box's onclick string is pointed at one function. Since the $var was lost during the do until statement I cannot get a return from $var.value. If there were a way to set another variable in the onclick string then this would work. Something like
code:
 $=execute(' $$$var.OnClick= $value = $counter+1 "chkAccountDisabled_Click()"') 

This way I could make the function tell the difference between each checkbox, but still the function would have no idea what the value of the checkbox is (again the $var in $var.value is lost). I think I'm confusing myself at this point.

Any ideas?