Greetings.
I have an order form in which the sales force can see their open order and see the production done so far. The production is listed in a list box which simply lists what machine, the feet, and the labor hours, then avg(feet/hours).
This is simple and works fine. At the bottom I have a text box which simply does an avg(sum(feet)/sum(hours)). What also want is an average of the averages in the list bos- avg(avg()).
Any ideas on this?? I tried davg("avg(...)" but came up with #Error. I want to shy away from davg due to possible performance concerns, but if thats the way it has to be, then so be it.
Thanks in advance for help.
Andrew
a.k.a. Dark Helmet
"What's the matter Colonel Sandurz? Chicken?
I have an order form in which the sales force can see their open order and see the production done so far. The production is listed in a list box which simply lists what machine, the feet, and the labor hours, then avg(feet/hours).
This is simple and works fine. At the bottom I have a text box which simply does an avg(sum(feet)/sum(hours)). What also want is an average of the averages in the list bos- avg(avg()).
Any ideas on this?? I tried davg("avg(...)" but came up with #Error. I want to shy away from davg due to possible performance concerns, but if thats the way it has to be, then so be it.
Thanks in advance for help.
Andrew
a.k.a. Dark Helmet
"What's the matter Colonel Sandurz? Chicken?