Hello,
How do you write a iff/OR statement in access? For example:
· In the bucket, check if the L5,L6 and L7 taxonomy codes match. ** If the field is null it is ok. Throw out exceptions with a status “codes mismatch”
o [e.g. Mfg name mfg Num L5 L6 l7
§ Ford 100 2000 3000 4000
§ Ford 100 2000 - -
So basically columns L5, L6, L7 have to equal each other or be NULL. If it doesn't meet this condition it would be false.
This example would be true.