V
Villagio
I selected ChemCode,VaporPressure, percentageOfIngredient fields on the
report from the table. I need 2 text box that display Vapor Pressure value
and Vapor Pressure total that >= 0.1.
The first text box, I don't have problem to create it, but the 2nd one, I
just could not get the total value. I tried =sum([VaporPressure]>=0.1), it
did not work. I also tried = sum(iif([VaporPressure]>=0.1,1,0)) , it gave me
a value that is bigger than total value of VaporPressure field.
Am I missing something? Please help. Thanks.
Peter
report from the table. I need 2 text box that display Vapor Pressure value
and Vapor Pressure total that >= 0.1.
The first text box, I don't have problem to create it, but the 2nd one, I
just could not get the total value. I tried =sum([VaporPressure]>=0.1), it
did not work. I also tried = sum(iif([VaporPressure]>=0.1,1,0)) , it gave me
a value that is bigger than total value of VaporPressure field.
Am I missing something? Please help. Thanks.
Peter