A
Andrew
If table1 has the columns c1, c2, c3 and c4, is there any way to make c1
required, c2 optional, and one of either c3 or c4 required? For example,
c1 c2 c3 c4
x x x =valid
x x x =valid
x x =invalid since either c3 or c4 must be present
x x x x =invalid since both c3 and c4 can't be present
Also, one more constraint just to make things interesting: the solution must
be compatible with Access 2000.
Thanks for any help with this problem.
required, c2 optional, and one of either c3 or c4 required? For example,
c1 c2 c3 c4
x x x =valid
x x x =valid
x x =invalid since either c3 or c4 must be present
x x x x =invalid since both c3 and c4 can't be present
Also, one more constraint just to make things interesting: the solution must
be compatible with Access 2000.
Thanks for any help with this problem.