D
DevourU
Lemme know if I am going at this the wrong way!
I have a field [extcost] that I want a running sum created from. The query
is sorted by [extcost] descending. (A report will do this, but I need
running sum info in a query.) I need to find which items make up the top 80%
of inventory value.
part123 $9 $9
part120 $8 $17
part676 $6 $23
part343 $5 $28
part118 $0 $28
Total $28 * .8 = $22.4 -All parts over $22.4 running sum makeup the top 80%.
(I call this Class A)
I have been at this for two days, and I'd buy anyone a case of beer if I
could! Help
-JS
I have a field [extcost] that I want a running sum created from. The query
is sorted by [extcost] descending. (A report will do this, but I need
running sum info in a query.) I need to find which items make up the top 80%
of inventory value.
part123 $9 $9
part120 $8 $17
part676 $6 $23
part343 $5 $28
part118 $0 $28
Total $28 * .8 = $22.4 -All parts over $22.4 running sum makeup the top 80%.
(I call this Class A)
I have been at this for two days, and I'd buy anyone a case of beer if I
could! Help

-JS