A aprotin Apr 10, 2009 #1 I want to do one of two calculations ion a single report line in acces based on what value is in a sataus code field.
I want to do one of two calculations ion a single report line in acces based on what value is in a sataus code field.
K KARL DEWEY Apr 10, 2009 #2 If the status is 'Xyz' then it will do Formula_1, otherwise it will do Formula_2. My_Calulation: IIF([Status] = "Xyz", Formula_1, Formula_2)
If the status is 'Xyz' then it will do Formula_1, otherwise it will do Formula_2. My_Calulation: IIF([Status] = "Xyz", Formula_1, Formula_2)