in order to not see checked items, yuo either need to filter the items, or to have the query supporting the form, to take the checked setting into account
BUT after you clik it, it wont automatically remove itslef form the displayed items, until you requery the from
try puuting an option group at the top of the from
three options
1 - checked items
2. - unchecked items
3 - all items
and in the after update event for the option group play around with filter settings. you probably need another button though, to do a me.requery (or add it the checkboxes afterupdate event.
you see what i mean though - the form shows a snapshot until you explicitly requery it