Stevehewitt
IS-IT--Management
Hi Guys,
I am trying to use the following as a source control on a text box to count the number of records in the report that have a entry in the "rejectreason" field:
I know that I am doing something wrong in terms of the "IsNotNull" part, but I don't know what to do. MS Help isn't helping and I'm pretty confused. (Works fine in a query).
Thanks,
Steve.
I am trying to use the following as a source control on a text box to count the number of records in the report that have a entry in the "rejectreason" field:
Code:
=Abs(Sum([RejectReason]=["IsNotNull"]))
I know that I am doing something wrong in terms of the "IsNotNull" part, but I don't know what to do. MS Help isn't helping and I'm pretty confused. (Works fine in a query).
Thanks,
Steve.