hi
In the below command I like to know can I combine it with the IIf function.
I am checking to see if NSCHD is blank. If it is blank I would place "no date"
in the place of the result..
"Starts In " & DateDiff("d",Fo rmat(Date(),"mm/dd"),Format([NSCHD],"mm/dd")) & " Days"
Thanks
bg
In the below command I like to know can I combine it with the IIf function.
I am checking to see if NSCHD is blank. If it is blank I would place "no date"
in the place of the result..
"Starts In " & DateDiff("d",Fo rmat(Date(),"mm/dd"),Format([NSCHD],"mm/dd")) & " Days"
Thanks
bg
Comment