postermmxvicom
Programmer
I have two fields which are mutually exclusive. Only one should be filled out always. Never both, never none. Making the two fields one is not an option I will consider, though perhaps it is technically possible. Now I have the form set up to prevent the user from entering data in both fields, but I was wondering if I can enforce this at the table level.
I want to enforce it there also if I can.
I suppose I can always check to see if both are filled out before any logic executes that depends on only one field being filled out. But, it'd be nice just to know it is enforced at the table level instead.
I want to enforce it there also if I can.
I suppose I can always check to see if both are filled out before any logic executes that depends on only one field being filled out. But, it'd be nice just to know it is enforced at the table level instead.