C
carrie08
I need to concatenate FirstName and LastName columns into one field for a
calculated column. The formula that I am using is not showing my names in the
column even though I have the show box checked. This is my formula:
Contact Name: IIF(IsNull([Company]), [FirstName] & " " & [LastName],
[Company])
-- Why are my names not coming through, even though all the other
information is sorted.
kae
calculated column. The formula that I am using is not showing my names in the
column even though I have the show box checked. This is my formula:
Contact Name: IIF(IsNull([Company]), [FirstName] & " " & [LastName],
[Company])
-- Why are my names not coming through, even though all the other
information is sorted.
kae