Celeste025
Technical User
Im having an issue with an IIf statement:
=IIf(IsNull([Parent Group]),"No Parent Group",[Parent Group])
It should print "No Parent Group" if the field is blank, otherwise print the name of the Parent Group. I use this same type of statement throughout my reports with no problem.
However, this one is printing #error and I'm not sure why.
Thanks
=IIf(IsNull([Parent Group]),"No Parent Group",[Parent Group])
It should print "No Parent Group" if the field is blank, otherwise print the name of the Parent Group. I use this same type of statement throughout my reports with no problem.
However, this one is printing #error and I'm not sure why.
Thanks