Ho to use "IF" for different calcs in Reports

A

aprotin

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

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top