I have a continuous form with a check box on it and would like to make that check box a record selector. Right now I have that check box set to a yes/no field in a table. I am trying to make a select All/Clear All button too that kinda works like hotmail does(where it selects all even if any are selected, then if pressed again it clears all, Probably would have to use a toggle button). I can only get it to clear or select the check box on the current record though, I guess it has something to do with the continuous form. I also tried to set the check boxes to "no" or a a null value each time you exit the form but that didn't work either. Is their maybe another way, like not using a yes or no field?