childrenfirst
Technical User
Hi,
I am sure that it's a simple question to all the experts on this site. I have a subform that is a continuous form which returns records from a SQL stored precedure.
Each returned record has an associated checkbox,txtCurRec, in the subform. The checkbox's control source is set to be
=IIf([txtCurRec]=[RecID] & [txtSeltop],True,False)
When the subform was first created, everytime when I checked one checkbox, all the checkboxes in the subform will be automatically checked. So, I added three invisiable boxes around each checkbox to label the checkbox and was able to check one record at a time.
However, the problem now is that I want to allow users to select none, one or many checkboxes as they want to, and I am not sure how to fix the problem again...
Please help!
Thank you
I am sure that it's a simple question to all the experts on this site. I have a subform that is a continuous form which returns records from a SQL stored precedure.
Each returned record has an associated checkbox,txtCurRec, in the subform. The checkbox's control source is set to be
=IIf([txtCurRec]=[RecID] & [txtSeltop],True,False)
When the subform was first created, everytime when I checked one checkbox, all the checkboxes in the subform will be automatically checked. So, I added three invisiable boxes around each checkbox to label the checkbox and was able to check one record at a time.
However, the problem now is that I want to allow users to select none, one or many checkboxes as they want to, and I am not sure how to fix the problem again...
Please help!
Thank you