DownEaster
IS-IT--Management
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 suggestions would be appreciated!