I can't say that I have an answer for you. However, something to consider when updating a group of records is to use an update query. If the same information is being changed in multiple records you can write your SQL update to use the checked fields in the WHERE clause.
UPDATE <field>
TO...