How are if then statements constructed in the expresion builder?
B BerHav Oct 14, 2004 #2 Hi, the well known if .. then .. else method doesn't exist there, you will have to use the iif statement. Iif(CONDITION_CONSTRUCT,THEN_CONSTRUCT,ELSE_CONSTRUCT) HTH, Bernd
Hi, the well known if .. then .. else method doesn't exist there, you will have to use the iif statement. Iif(CONDITION_CONSTRUCT,THEN_CONSTRUCT,ELSE_CONSTRUCT) HTH, Bernd