Forum Discussion
AnnettaColeman
Qrew Cadet
Well Duh.... It works just fine if I use <> Null instead of IsNull = False. Amazing what clarity can be discovered via a Power Nap. Sorry to waste community time.
------------------------------
Annetta Coleman
------------------------------
------------------------------
Annetta Coleman
------------------------------
MarkShnier__You
3 years agoQrew Legend
I just a tip. You can't use IsNull to test for a Text field type being blank. I use this
IF(Trim([My Text field]) = "", ............)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
IF(Trim([My Text field]) = "", ............)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------