J
JohnLute
[WeightUOM] and [TotalWeightUOM] are text fields. I'm trying to do this:
TotalWeightUOM: IIf([WeightUOM] Is Not Null,[WeightUOM])+IIf([WeightUOM] Is
Null,[TotalWtUOM])
It returns a column with null values when what's expected is data.
When I remove the +IIf([WeightUOM] Is Null,[TotalWtUOM]) part then the first
part of the code works. Vice versa. I suspect I've got something wrong with
Is Not Null and Is Null...?
Thanks for your help!
TotalWeightUOM: IIf([WeightUOM] Is Not Null,[WeightUOM])+IIf([WeightUOM] Is
Null,[TotalWtUOM])
It returns a column with null values when what's expected is data.
When I remove the +IIf([WeightUOM] Is Null,[TotalWtUOM]) part then the first
part of the code works. Vice versa. I suspect I've got something wrong with
Is Not Null and Is Null...?
Thanks for your help!