the tick(check) boxes are in the table and accessible on a form as well. I am looking for way to clear selections by running a query rather than unchecking each item individually.
You could build an update query. Type "update query" into Access Help, and you should get detailed instructions. Set the field's "Update to" to False. Push the run button or run it from code like DoCmd.OpenQuery "MyUpdateQuery".