G
Guest
Hi,
Some of the adresses for the labels I have to print have a BLDG field and
some don't. I have an expression you see below in so that if there is a
Building # the Word Building comes out before the building #. However, if the
field is null it skips a line on my label. What can I do to fix that?
=IIf(Len([BLDG] &"")=0, "", BUILDING" & [BLDG])
Thanks, Regi
Some of the adresses for the labels I have to print have a BLDG field and
some don't. I have an expression you see below in so that if there is a
Building # the Word Building comes out before the building #. However, if the
field is null it skips a line on my label. What can I do to fix that?
=IIf(Len([BLDG] &"")=0, "", BUILDING" & [BLDG])
Thanks, Regi