[thelist] Testing for the various NULL's

Feingold Josh S Josh.S.Feingold at irs.gov
Thu Dec 5 10:20:01 CST 2002


--
[ Picked text/plain from multipart/alternative ]

> if manager.fields.item("Address2").value <> NULL then

Try instead:

if manager.fields.item("Address2").value is not NULL then

I think that should work.
Josh

http://www.efeingold.com



More information about the thelist mailing list