G
Guest
I am trying to get a field to calculate a certain way based on criteria. In
other words if the value of the Lite field is JD then the calculation should
be Sum([Cns].[FEE])*8*0.087 if the value is not JD then the calculation
should be Sum([Cns].[FEE])*7*0.140. Any suggestions?
This is what I put in the field line that didn't work (don't laugh it was
pure guess work!
):
Sum of FEEs:
IIf([Cns].[Lite]='JD',Sum([Cns].[FEE])*8*0.087,Sum([Cns].[FEE])*7*0.140)
Thanks a lot for any help!
-Jen
other words if the value of the Lite field is JD then the calculation should
be Sum([Cns].[FEE])*8*0.087 if the value is not JD then the calculation
should be Sum([Cns].[FEE])*7*0.140. Any suggestions?
This is what I put in the field line that didn't work (don't laugh it was
pure guess work!

Sum of FEEs:
IIf([Cns].[Lite]='JD',Sum([Cns].[FEE])*8*0.087,Sum([Cns].[FEE])*7*0.140)
Thanks a lot for any help!
-Jen