I hope I can explain this correctly: I have 6 check boxes on (FormA). On(FormB) I have 6 check boxes that initially are disabled. Depending on what the user checks on (FormA) will enable the corresponding check boxes on(formB). The end user will check the enabled boxes on (FormB) as they receive the information. Then I have a control called [date_completed] that is disabled. This is where my problem is. When all of the enabled check boxes have been checked I want to enable the control [date_completed]. How do I code that to work for any combination of the 6 boxes? I can code it for 2 or 3 boxes, but 6 checkboxes will be too many combinations. Is there more simple way?