M
Matthew Ellis
Is a query a good place for more advanced calculations than simple addition and multiplication? For example, I need to write a formula like:
([TotalOil] / [TotalWater]) * [IndividualWater]
(The formatting is how I would do the calculation on paper. I am not sure how to format that into a query or series of queries). Thanks, Any help is appreciated.
([TotalOil] / [TotalWater]) * [IndividualWater]
(The formatting is how I would do the calculation on paper. I am not sure how to format that into a query or series of queries). Thanks, Any help is appreciated.