Reset Subform to Default Values
So I have my main form with 8 fields, and 11 subforms each containing between 2 and 16 checkboxes, with 105 total checkboxes between all the subforms. No more than 20% will be checked at one time, so I'd rather set them all to false and then just set those the query indicates to true through an algorithm instead of checking if each and every one is in the query results. Obviously to go through setting each one back to false would take more time than I'd like, so I was wondering if there was some way to reset all the values back to their defaults on a form by form basis.
PS. I know the design is awful, whenever I look at it I cringe, but it's how they want the data presented.
Thanks,
Ryan
|