Recently, I needed some code that would quickly select all the checkboxes on a form. Using the gift of recursion, I wrote the following code. Later, I realized it could be adapted to many other functions (such as clearing text boxes, resetting the sel
User Russell Thackston came up with a quick way to alter check marks on a form, then he realized it could do more.