I would like to employ an unbound Check Box so that when it is checked, all the items in my form (their respective check boxes) are selected (updated to value -1). I would like to do this without using a RunSQL/UPDATE query in fear of getting "Write Conflict" messages left and right. Is this possible? I have been thinking on using a loop to go through each record and change the value of its check box, but I'm not sure if each record has an "observation" or "record" number.
Thanks...
Thanks...