M
MJ
A table has list of 25 products.it has ProductID,Actual
Cost & quantity fields.now i want to make
query using this formula:
result=(((sum of Actual Cost from row 1 until row x)*75%)+
(sum of Actual Cost from
row (x+1) until end)))/total quantity
which will show me one result. And x is input by user
how to create query for such calculation?
TIA,
james
Cost & quantity fields.now i want to make
query using this formula:
result=(((sum of Actual Cost from row 1 until row x)*75%)+
(sum of Actual Cost from
row (x+1) until end)))/total quantity
which will show me one result. And x is input by user
how to create query for such calculation?
TIA,
james