P
Paul Ponzelli
I have two fields in one of my tables that should only be populated if
they're both populated. If either one is null, they must both be null. The
fields are named "Action" and "Approval."
The form used to enter the data displays both fields at all times, so there
is no restriction on which field will be filled in first. I'm thinking that
if there is a way to set the validation rule at table level, I can let both
form controls remain visible at all times, and avoid the need to hide and
display one of the controls in the form's On Current event.
What is the best way to require that if users enter data in either one of
these fields, they must enter data in the other field before the record can
be saved?
Thanks in advance,
Paul
they're both populated. If either one is null, they must both be null. The
fields are named "Action" and "Approval."
The form used to enter the data displays both fields at all times, so there
is no restriction on which field will be filled in first. I'm thinking that
if there is a way to set the validation rule at table level, I can let both
form controls remain visible at all times, and avoid the need to hide and
display one of the controls in the form's On Current event.
What is the best way to require that if users enter data in either one of
these fields, they must enter data in the other field before the record can
be saved?
Thanks in advance,
Paul