J
JohnLute
My report has an unbound text box with this control source:
="Application "+IIf(IsNull([Application] & [ApplicationComments]),Null,"")
When I execute the report the text box returns the dreaded #Error.
The field for "Application" is a list box. At first I thought maybe this was
clashing but I don't have trouble with any other list box field types. I'm
confused as to why this one is dumping.
If I take out [Application] and leave only [ApplicationComments] then
everything is fine. If I mix and match other field names the text box returns
OK so I know it's not the code.
This isn't making sense to me. Does anyone see what I'm missing?
Thanks!!!
="Application "+IIf(IsNull([Application] & [ApplicationComments]),Null,"")
When I execute the report the text box returns the dreaded #Error.
The field for "Application" is a list box. At first I thought maybe this was
clashing but I don't have trouble with any other list box field types. I'm
confused as to why this one is dumping.
If I take out [Application] and leave only [ApplicationComments] then
everything is fine. If I mix and match other field names the text box returns
OK so I know it's not the code.
This isn't making sense to me. Does anyone see what I'm missing?
Thanks!!!