Hello,
I have a formula in the Control Source of a textbox in an Access Report and I'm getting the #Size error when I view the report.
What am I missing in my formula? Am I supposed to be using an iferror function? If so, how? I tried it ealier and I'm still getting the #Size error message.
Thank you
I have a formula in the Control Source of a textbox in an Access Report and I'm getting the #Size error when I view the report.
What am I missing in my formula? Am I supposed to be using an iferror function? If so, how? I tried it ealier and I'm still getting the #Size error message.
Code:
=IIf(Nz([Issue Name NEW])<>Nz([Issue Name OLD]),[Issue Name NEW],"")
Thank you