Hi,
what's the way of using DateAdd function to return blank instead of #error when the interval filed is null?
I did try the following expression but the results is string instead of date.
NewDate: IIf(IsNull
," ",DateAdd("m",n,date))
regards,
pavlos
what's the way of using DateAdd function to return blank instead of #error when the interval filed is null?
I did try the following expression but the results is string instead of date.
NewDate: IIf(IsNull
regards,
pavlos
Last edited: