L
Liz C
I have a field that I need totals for in a group footer. The detail control
is
=IIf([ContractNo]=10000007,([CurrentWEst]+[PriorWAct]+[PriorWEstNew]-Nz([Fuel]))*1.017708,[CurrentWEst]+[PriorWAct]+[PriorWEstNew]-Nz([Fuel]))
I tried the following for the total, but end up with a rounding problem -
the total came up with one more than the actual total should be:
=Sum(IIf([ContractNo]=10000007,([CurrentWEst]+[PriorWAct]+[PriorWEstNew]-Nz([Fuel]))*1.017708,[CurrentWEst]+[PriorWAct]+[PriorWEstNew]-Nz([Fuel])))
Any ideas would be greatly appreciated!
Thanks!
Liz
is
=IIf([ContractNo]=10000007,([CurrentWEst]+[PriorWAct]+[PriorWEstNew]-Nz([Fuel]))*1.017708,[CurrentWEst]+[PriorWAct]+[PriorWEstNew]-Nz([Fuel]))
I tried the following for the total, but end up with a rounding problem -
the total came up with one more than the actual total should be:
=Sum(IIf([ContractNo]=10000007,([CurrentWEst]+[PriorWAct]+[PriorWEstNew]-Nz([Fuel]))*1.017708,[CurrentWEst]+[PriorWAct]+[PriorWEstNew]-Nz([Fuel])))
Any ideas would be greatly appreciated!
Thanks!
Liz