G
Guest
How can I write (If [pounds] >= [cubicfeet]â€50 and if [cubicfeet] is null
use [pounds] otherwise the field is empty.
Below is what I have. I suspect I am missing the part “and if [cubicfeet] is
null†please help.
CalLBS: IIf([Pounds]>=[Cubicfeet]*50,[pounds],"")
use [pounds] otherwise the field is empty.
Below is what I have. I suspect I am missing the part “and if [cubicfeet] is
null†please help.
CalLBS: IIf([Pounds]>=[Cubicfeet]*50,[pounds],"")