I can't seem to get my head around how to do this in a query or series of queries in Access. I am extracting some data and I need to show the weekly average price and a season to date average price. The weekly price is easy as I'm just grouping our ship date by week and utilizing a formula to calculate the average fob, but the season to date fob would essentially need a different date range for each calculation - the beginning of the season (in this case 9/1/2007) through the last day of each week.
Does anyone know if this is something that can be done in a situation like this?
If it makes a difference, The average price is not just a straight average, the formula looks like this (FOB is the price per box)...
Avg FOB: (Sum([Boxes]*[FOB]))/(Sum(
([Boxes]*[
Weight])/[
CommodityW
eight]))
Thanks!
Autumn
Start Free Trial