Jan 14, 2003 #1 djam Technical User Joined Nov 15, 2002 Messages 223 Location 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 Joined Nov 4, 1999 Messages 41 Location US Try if isnull(strOld) then doSomething else doSomethingElse end if John Upvote 0 Downvote