I
Ira
I have a rather complicated continuous form that calculates chemical
formulations. One of my fields calculates gallons based upon other
variables See below.
=IIf([Weight]=0,0,IIf([UnitOfMeasure]="lbs",IIf([LbsPerGallon]>0,[Qty]/
[LbsPerGallon],0),[Qty]))
It is a continuos form with each line representing the necessary
gallons of each different ingredient.
I can't this particular field to total correctly. I know totals can be
tricky (page footer/form footer) on continuous forms. The sum()
function is not working correcly. I keep getting ERROR. Any help or
suggestions would be appreciated.
thanks.
formulations. One of my fields calculates gallons based upon other
variables See below.
=IIf([Weight]=0,0,IIf([UnitOfMeasure]="lbs",IIf([LbsPerGallon]>0,[Qty]/
[LbsPerGallon],0),[Qty]))
It is a continuos form with each line representing the necessary
gallons of each different ingredient.
I can't this particular field to total correctly. I know totals can be
tricky (page footer/form footer) on continuous forms. The sum()
function is not working correcly. I keep getting ERROR. Any help or
suggestions would be appreciated.
thanks.