I have a form that lists approximately 100 companies and a checkbox for each company. It is set up so a supervisor can check several companies then hit a command button that appends those records to a table (using an append query). Sometimes a supervisor only needs to select a hand full of companies but sometimes they need to check all 100 records. Is it possible to add a command button to the form that when selected it checks all boxes on the form. I would also need a second command button that unchecks all boxes. I'm guessing this would be done by building a code under the "on click" in properties but I'm not sure what the code would be for that.
OR
Would I create an unbound checkbox that I would check to select all and uncheck to clear all?