I do not seem to be able to code selective code, for example
=[FName]& " " & [LName] works beautifully but
=[Iff sex=”M”,”Mr. & “, “Ms. & “ [FName] & " " & [LName]] gives me an invalid expression syntax error. I've tried all sorts of variations like
=[Iff sex =”M”,”Mr “, “Ms“] & ". " & [FName] & " " & [LName]] with similar errors.
I have similar bad results with Choose and Switch functions. Is there a trick involve that I am not aware of? TIA Phil