I'm using a filtered continuous form to show all records where a check box has not been checked. I added a command button in the form header as an option for the user to change the value of all check boxes to -1, but it only changes the record that has the focus. How can I get the button to check all of the boxes on the form with a single click?