In my report this is my control source. What I'm trying to get is if there is information in the field "content10" then the information is returned; if the field is blank then it returns "none." I'm getting "Error". What have I done wrong.
=IIf(IsNull([content10]),"none ",[content10])
=IIf(IsNull([content10]),"none ",[content10])