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
 

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