In a report, I need to sum the contents of a field [$AMT] if another field [Code]= is not null. I have tried the following expression in the control source of the field I want to sum, but am getting a message "This control has a reference to itself"
=Sum(IIf(IsNull([Code]),0,[$ AMT]))
Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.