If then

B

BerHav

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
 
Top