I have a problem a bit like pinkpepink. I need a new variable that is yes or no based on whether the date field is blank or not. How would I change the code below to code "yes" if the field were blank and "no" if it is not null? I have tried "Not IsNUll" several ways but it isn't working.
YesNO: IIF([Date1]>=[Date2],"YES","NO")
YesNO: IIF([Date1]>=[Date2],"YES","NO")