J
JohnLute
I have a text box with this control source:
Gross Weight: [tblFGPhysicalAttributes].[GrossWeight] & " " &
[tblFGPhysicalAttributes].[GWUOM]
I use another text box as a label that has this control source:
="Gross Wt: "+IIf(IsNull([Gross Weight]),Null,"")
The problem is that the label appears even if the GrossWeight value is null.
Why is that? I use similar control source code for so many other things
without fault. Is it because the text box control source is concatenating?
THANKS!
Gross Weight: [tblFGPhysicalAttributes].[GrossWeight] & " " &
[tblFGPhysicalAttributes].[GWUOM]
I use another text box as a label that has this control source:
="Gross Wt: "+IIf(IsNull([Gross Weight]),Null,"")
The problem is that the label appears even if the GrossWeight value is null.
Why is that? I use similar control source code for so many other things
without fault. Is it because the text box control source is concatenating?
THANKS!