I am trying to drive the status of a checkbox (yes or no) based on the value of several date fields (about 14 of them). The checkbox is an indication of whether or not a project is active or inactive. If these date fields (completion dates of several steps in the project) are ALL filled in, then the checkbox would be empty (“NO”). If ANY date is not filled in, then the checkbox should remain checked (“YES”).
I tried doing this using an If > Then statement for the Form_AfterUpdate event but it is not working. Any hints?
Thanks in advance!!
Drew