G
Guest
I have the following code:
=[Quantity_Min] & " - " & [Quantity_Max]
It displays fine, but when the second is null, it still displays the first
and the dash. I want it to display the Min - Max if both are not null, or
display Min if the second is null. The first will never be null.
=[Quantity_Min] & " - " & [Quantity_Max]
It displays fine, but when the second is null, it still displays the first
and the dash. I want it to display the Min - Max if both are not null, or
display Min if the second is null. The first will never be null.