I've created a report and i'm trying to tally up a few numbers. some fields work, some don't.
Odd thing is that for the fields that don't add up - i'm also being prompted for a value by the system when i initially run the report.... which i'm just hitting enter through. but my guess is that these problems might be related??
why does this happen?
Sample code:
=Sum(IIf(Not IsNull([12Exclusion]),1,0))
Odd thing is that for the fields that don't add up - i'm also being prompted for a value by the system when i initially run the report.... which i'm just hitting enter through. but my guess is that these problems might be related??
why does this happen?
Sample code:
=Sum(IIf(Not IsNull([12Exclusion]),1,0))