Jan 14, 2003 #1 djam Technical User Nov 15, 2002 223 CA how would you check if a field is Null? if strOld = Null then thanks "so many events, so little time"
how would you check if a field is Null? if strOld = Null then thanks "so many events, so little time"
Jan 14, 2003 #2 johncb Programmer Nov 4, 1999 41 US Try if isnull(strOld) then doSomething else doSomethingElse end if John Upvote 0 Downvote