I want to create a calculated field in a select query.
Cost Per Call = Total Cost / Total Calls
The Total Cost is a fixed value that will be entered after the user is prompted.
The problem is that Total Calls is the sum of another field in the query called # Calls. Is it possible to calculate a field that uses a sum of another field in the query ?
Cost Per Call = Total Cost / Total Calls
The Total Cost is a fixed value that will be entered after the user is prompted.
The problem is that Total Calls is the sum of another field in the query called # Calls. Is it possible to calculate a field that uses a sum of another field in the query ?
Last edited: