R remy New member Local time Today, 15:54 Joined Jun 24, 2009 Messages 3 Jun 25, 2009 #1 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.
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.
HiTechCoach Well-known member Local time Today, 17:54 Joined Mar 6, 2006 Messages 4,357 Jun 26, 2009 #2 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.
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.
G giovaanni Registered User. Local time Today, 15:54 Joined Feb 19, 2009 Messages 27 Jun 27, 2009 #3 Just do the math in your query as an expression field and then aggregate that column as a sum.