Hello, I need help adding another field to this name string. I cant quite figure out where to add the MiddleName field to this:
Contact Name: IIf(IsNull([Last Name]),IIf(IsNull([First Name]),[Company],[First Name]),IIf(IsNull([First Name]),[Last Name],[First Name] & " " & [Last Name]))
Currently it reads in the unbound box as John Doe. I need it to read John David Doe, adding the middle name.
Any assistance is greatly appreciated.
Contact Name: IIf(IsNull([Last Name]),IIf(IsNull([First Name]),[Company],[First Name]),IIf(IsNull([First Name]),[Last Name],[First Name] & " " & [Last Name]))
Currently it reads in the unbound box as John Doe. I need it to read John David Doe, adding the middle name.
Any assistance is greatly appreciated.