I have am using Dcount on a subform, which counts the "1"'s in an underlying table. The "1"'s are created by checkboxes in an option group. The code counts the "1"'s ok, but I am unsure where to put a refresh/requery/recalc command so that the user doesnt have to close form and reopen to get correct result. I have looked at adding code to the option group checkbox but it doesnt have afterupdate or onchange or anything obvious. How do I get Dcount to recalculate automatically everytime?