G
Guest
I have four fields with Yes/No check boxes, I would like to create a fifth
that is Yes/No If More than one of these boxes are checked.
I am using this for a report, so if there is a way of doing it straight into
that, that would ideal!
Below is the Boolean logic (With a Hint Of C++!) for what I need, I just
have no clue on how to implement it in Access 2003!
IF((A.B'.C'.D') Or (A'.B.C'.D') Or (A'.B'.C.D') Or (A'.B'.C'.D))
F="NO"
ELSE
F="YES"
that is Yes/No If More than one of these boxes are checked.
I am using this for a report, so if there is a way of doing it straight into
that, that would ideal!
Below is the Boolean logic (With a Hint Of C++!) for what I need, I just
have no clue on how to implement it in Access 2003!
IF((A.B'.C'.D') Or (A'.B.C'.D') Or (A'.B'.C.D') Or (A'.B'.C'.D))
F="NO"
ELSE
F="YES"