C
Cita
Ok, I'm trying to do something like this:
If [Type] is null, return MISC; if not, return [Type]...
I have tried
NZ([Type],"MISC")
IIf(IsNull([Type]),"MISC", [Type])
I've even tried using Trim, just in case the [Type] field had spaces I
didn't know about.
Any other suggestions?
Thanks in advance!
If [Type] is null, return MISC; if not, return [Type]...
I have tried
NZ([Type],"MISC")
IIf(IsNull([Type]),"MISC", [Type])
I've even tried using Trim, just in case the [Type] field had spaces I
didn't know about.
Any other suggestions?
Thanks in advance!