I have a text box in a report, where the control source is an If statement.
=IIF([Drum Additive=-1,Round(([Text131]*[LBS per gal])/0.5,0)*0.5)
This works..........but if I want to add a 2nd If statement to this how could I make this work. I want the text box to do:
=IIF([Drum Additive=-1,Round(([Text131]*[LBS per gal])/0.5,0)*0.5)
OR
=IIF([Units(Blend)]="LBS",[Text142])
=IIF([Drum Additive=-1,Round(([Text131]*[LBS per gal])/0.5,0)*0.5)
This works..........but if I want to add a 2nd If statement to this how could I make this work. I want the text box to do:
=IIF([Drum Additive=-1,Round(([Text131]*[LBS per gal])/0.5,0)*0.5)
OR
=IIF([Units(Blend)]="LBS",[Text142])