G
Guest
Hi,
I have got a question and please help
I know that if i put the following statement in the expression
IIf([amount] = 100, 0, 1 / 0), it will generate an error since IIF always
evaluates both condition even though the statement is 100% true...
is there anyway to work around it, i know i can use "if then else"
statement, but somehow, i must have to use IIF
Thanks
Edmund
I have got a question and please help
I know that if i put the following statement in the expression
IIf([amount] = 100, 0, 1 / 0), it will generate an error since IIF always
evaluates both condition even though the statement is 100% true...
is there anyway to work around it, i know i can use "if then else"
statement, but somehow, i must have to use IIF
Thanks
Edmund