I'm trying to modify an expression but it gives me an error...
this is what I'm trying to do: =IIF(ReportItems!Textbox12.Value = "FT", "FT", iif(ReportItems!Textbox12.Value = "NC","NC", "GENERAL"))
this is what I'm trying to do: =IIF(ReportItems!Textbox12.Value = "FT", "FT", iif(ReportItems!Textbox12.Value = "NC","NC", "GENERAL"))