how to write calculation in a access query

remy

New member
Local time
Today, 15:54
Joined
Jun 24, 2009
Messages
3
How would you write in a query this calculation.
sum of (requested)-(services)-(cost)
I know how to produce this formula in excel but not in an access query.
 
One option would be to use a totaling query.

If printing the data on a report, you may want to use the report to do the summing.
 
Just do the math in your query as an expression field and then aggregate that column as a sum.
 

Users who are viewing this thread

Back
Top Bottom