J
JohnW
I am trying to use a IF statement in a query field(MultiClassCalc) to assign
a value to that field. There are two variables, if a field(MultiClassDisc)
equals .10 or if the field(MultiClassDisc) equals 0. I have used the
following If statement to get the correct value if the field equals .10 but I
don't know what to use in the expression to get the value of MultiClassCalc
to be 0.
MultiClassCalc: IIf(ECG!MultiClassDisc=0.1,ECG!Tuition*0.1)
a value to that field. There are two variables, if a field(MultiClassDisc)
equals .10 or if the field(MultiClassDisc) equals 0. I have used the
following If statement to get the correct value if the field equals .10 but I
don't know what to use in the expression to get the value of MultiClassCalc
to be 0.
MultiClassCalc: IIf(ECG!MultiClassDisc=0.1,ECG!Tuition*0.1)