I have four combos on my form that are bound to four non-nullable (Required) fields in a table. The nature of the data displayed by the combos is such that when the user changes one of them, all the combos to the right become invalid and must be reentered (e.g. if the user changes combo 2, they must reenter combos 3 and 4) I figured the best way to force reentry of the combos is to reset them to Null. Because the corresponding fields in the table are Required, the user will not be able to save the record until they fill the fields that were reset. Now the problem is, Access does not allow me to set a control to Null if it's bound to a Required field. I'd prefer it to defer the check until the record is saved.
Is there a way to bypass the check and set a required field to Null, while at the same time keep the Required attribute so that the record can't be saved with Null's in the Required fields?
Any help will be appreciated
Vladimir
Is there a way to bypass the check and set a required field to Null, while at the same time keep the Required attribute so that the record can't be saved with Null's in the Required fields?
Any help will be appreciated
Vladimir