S
Sophie642
I am running a report that will display tunits for each member of our
association. There are around 250 records that will have numerous tunits for
different items.
I am trying to set up a total of tunits for each member in this report.
tunits: Sum(IIf([units]=999000,0,[units]))/100
and the total at the end of the report is
=Sum([tunits])
All I get on the report is #error
what am I doing wrong?
association. There are around 250 records that will have numerous tunits for
different items.
I am trying to set up a total of tunits for each member in this report.
tunits: Sum(IIf([units]=999000,0,[units]))/100
and the total at the end of the report is
=Sum([tunits])
All I get on the report is #error
what am I doing wrong?