Sum one Fields Value if Another Field Equals a certain value?

D

david.isaacks

I have a table of requests and each one record has a dollar values
assocated with it (Field [cost]). I want to be able to run a report
which gives me the Approved totals, Obligated values, & pending values
based on its current action.

Actions: Approved, Pending, Obligated


So for instance if Field Action equals "Approved" then sum(abs([cost])
and so on. Each reocrds has a cost and each record has a action.

I cannot seem to get anything to work.

Any help?

David
 
Top