R
Robbie Doo
I have a field with the following code:
=IIf([NoDays]<=45 And [NoDays] Is Not Null,Sum(Abs(nz([NewCV_Cs]="Yes"))),0)
I compared the queries together from different offices and the answers seem
to be the same. However, for some offices it doesn't count the "Yes"-s and
for some it does. Would anyone know what could be the reason?
Any help is appreciated.
=IIf([NoDays]<=45 And [NoDays] Is Not Null,Sum(Abs(nz([NewCV_Cs]="Yes"))),0)
I compared the queries together from different offices and the answers seem
to be the same. However, for some offices it doesn't count the "Yes"-s and
for some it does. Would anyone know what could be the reason?
Any help is appreciated.