N
NotGood@All
I'm using this code to count things that happened each day of the week -
xSun: Count(IIf(Weekday([Collected])=1,1,Null)), it work fine, now, I want to
add up the money for each day but "SUM" does not work inplace of "COUNT" I
don't understand, would someone explain it to me, please??
Thank You Very Much
xSun: Count(IIf(Weekday([Collected])=1,1,Null)), it work fine, now, I want to
add up the money for each day but "SUM" does not work inplace of "COUNT" I
don't understand, would someone explain it to me, please??
Thank You Very Much