I have two fields that I am working with, I need to make one field required if the other has data. First, there is a field named "Cancelled" which is a check box. Second, there is a field named "Cancelled Type" which is a combo box field with values to choose. My task is simple, if the "Cancelled" check box has a check in it, then I need the form to REQUIRE the user to put in data in the "Cancelled Type" field before going to other fields.
I didn't see a way to do this in the properties section of the form or the fields within the form. I am not an Access developer and I don't know any 'code'. If the best way to complete this task is to write code, please let me know exactly what code to write AND exactly where to place it.
I will like to be able to copy and paste this code into the database, and use it in different areas to make other fields required based on other fields containing a check mark.
Thanks!
I didn't see a way to do this in the properties section of the form or the fields within the form. I am not an Access developer and I don't know any 'code'. If the best way to complete this task is to write code, please let me know exactly what code to write AND exactly where to place it.
I will like to be able to copy and paste this code into the database, and use it in different areas to make other fields required based on other fields containing a check mark.
Thanks!