What is wrong with this:
Hubby: IIf([Husband's Name] Is Not Null,"(" & [Husband's Name] & ")"," ")
It works in other queries, but will not work in my new query. I have copied and pasted it even. I keep getting a messae when I go to data view: syntax error (comma) in query expression '[2015 2-6yers].IIf([Husband's Name] Is Not Null,"(" & [Husband's Name] & ")"," ").
This is for a yearbook - an if expression that if there is no husband listed, it is to be blank, but if there is a name it is to be inclosed in parentheses.