I have a query that returns a record set of sale prices. I want to add those sales number and the then divide it by the recordcount to get the average.
I am pretty sure I can handle the math function to divide the total by the recordcount - but how do I add up the sale prices in to a total?
Do I need to create a loop for this?
I am pretty sure I can handle the math function to divide the total by the recordcount - but how do I add up the sale prices in to a total?
Do I need to create a loop for this?