N
Nancy
I want to concatenate a person's name so that the result will not include an
extra space if the person does not have a middle name or initial. This is
what I have written but I know it is not correct. Can you please correct it
for me?
Name: IIF([strPMName] is null [strPFName]&" "&[strPLName], [strPFName]&"
"&[strPMName]&" "&[strPLName])
extra space if the person does not have a middle name or initial. This is
what I have written but I know it is not correct. Can you please correct it
for me?
Name: IIF([strPMName] is null [strPFName]&" "&[strPLName], [strPFName]&"
"&[strPMName]&" "&[strPLName])