G
Guest
I have a form that has 40 fields that could or could not be populated. I
need to create a count for reporting purposes, counting those fields that are
populated with something.
I have attempted to use:
Sum(IIF([AccountNumber1] Is Not Null, 1, 0) + IIF([AccountNumber2] Is Not
Null, 1, 0) and so on for the 40 fields
but I have not gotten it to work - Is there an easier way to do this and if
not can someone please help me....
need to create a count for reporting purposes, counting those fields that are
populated with something.
I have attempted to use:
Sum(IIF([AccountNumber1] Is Not Null, 1, 0) + IIF([AccountNumber2] Is Not
Null, 1, 0) and so on for the 40 fields
but I have not gotten it to work - Is there an easier way to do this and if
not can someone please help me....