Question on improving of Adding fields together
Is there a more effective way to add these fields together?
=nz([mbCost])+nz([videoCost])+nz([processorCost])+nz([MemCost])+nz([caseCost])+nz([modemCost])+nz([nicCost])+nz([cdrwCost])+nz([hdCost])+nz([floppyCost])+nz([kbCost])+nz([mouseCost])+nz([windowsCost])+nz([monitorCost])+nz([dvdCost])
Doing a running total this way is slow,
Joe
Is there a more effective way to add these fields together?
=nz([mbCost])+nz([videoCost])+nz([processorCost])+nz([MemCost])+nz([caseCost])+nz([modemCost])+nz([nicCost])+nz([cdrwCost])+nz([hdCost])+nz([floppyCost])+nz([kbCost])+nz([mouseCost])+nz([windowsCost])+nz([monitorCost])+nz([dvdCost])
Doing a running total this way is slow,
Joe
Last edited: