Hello All,
I am new to Access and teaching myself at home. I am working in the 2016 New Perspectives manual. I am trying to enter this in a calculated field ContactName: IIf( IsNull(NickName) , LastName & ", " & FirstName, Lastname & ", " & Nickname) but when I run the query it changes to ContactName: IIf(IsNull([NickName]),[LastName] & ", " & [FirstName],[Lastname] & ", " & [Nickname]) which makes it a parameter.
Any help is greatly appreciated.