P
Pamela
I have an expression in my query to create a concatenated text depending upon
the value of control Measurements. If the control is skipped - meaning that
there are no Measurements, I'd like to return an expression to that extent.
Here's my expression:
Expr1: IIf([Measurements]=Null,"The damage is not such that it has a
measurement height.","The height of the damage is " & [Measurements] & "
inches.")
I'm not getting an error, but I'm not getting it to read the True statement.
It reads even the Null value as False and returns "The height of the damage
is inches. Please help me see what I'm missing here! Thanks so much!
Pamela
the value of control Measurements. If the control is skipped - meaning that
there are no Measurements, I'd like to return an expression to that extent.
Here's my expression:
Expr1: IIf([Measurements]=Null,"The damage is not such that it has a
measurement height.","The height of the damage is " & [Measurements] & "
inches.")
I'm not getting an error, but I'm not getting it to read the True statement.
It reads even the Null value as False and returns "The height of the damage
is inches. Please help me see what I'm missing here! Thanks so much!
Pamela