Unless I do not understand the IIF Is Null statement meaning but I am trying to combine this:
IIf(IsNull([SpouseLName]), ([SpouseTitle]),[Rank] & " " & [FirstName] & " " & [LastName] & " and Guest",[Rank] & " and " & [SpouseTitle] & " " & [FirstName] & " " & [MI] & " " & [LastName])
Please help
IIf(IsNull([SpouseLName]), ([SpouseTitle]),[Rank] & " " & [FirstName] & " " & [LastName] & " and Guest",[Rank] & " and " & [SpouseTitle] & " " & [FirstName] & " " & [MI] & " " & [LastName])
Please help
