J
jz
I have a table that was imported from Excel that contained
fields Note and Comments. I want to concatenante the 2
together separated by a comma. As you can tell my SQL
skills are lacking and what I can't figure out is how to
add the comma only if Note and Comments are present:
All Comments: IIf(IsNull([Note]),""," " & [Note]) &
[Comments]
fields Note and Comments. I want to concatenante the 2
together separated by a comma. As you can tell my SQL
skills are lacking and what I can't figure out is how to
add the comma only if Note and Comments are present:
All Comments: IIf(IsNull([Note]),""," " & [Note]) &
[Comments]