A
Arctic77
Can someone help me with a ranking (numbering) question. We are trying to
assign ranking to a series of products in our warehouse based on sales volume
by sales dollars, and time spent phyically picking the items. What we want
to accomplish is sorting a query and numbering the items from 1 to 100 in
order of dollar sales. We then want to assign another number rank by how
often the item is picked by warehouse staff. By adding these numbers
together we will have a list that shows high value sales as well as time
spent picking the item so we can organize the warehouse better.
My Question: How can I run a query on these items and assign a number to
the record that corresponds to the order that it appears in the Query? i.e.
what record number is the item?
Eg.
1 | Eggs | $400
2 | Butter | $350
3 | Bread | $300
We want to be able to run this periodically and make adjustment to the
warehouse as needed as the dollar sales change.
Thank you.
assign ranking to a series of products in our warehouse based on sales volume
by sales dollars, and time spent phyically picking the items. What we want
to accomplish is sorting a query and numbering the items from 1 to 100 in
order of dollar sales. We then want to assign another number rank by how
often the item is picked by warehouse staff. By adding these numbers
together we will have a list that shows high value sales as well as time
spent picking the item so we can organize the warehouse better.
My Question: How can I run a query on these items and assign a number to
the record that corresponds to the order that it appears in the Query? i.e.
what record number is the item?
Eg.
1 | Eggs | $400
2 | Butter | $350
3 | Bread | $300
We want to be able to run this periodically and make adjustment to the
warehouse as needed as the dollar sales change.
Thank you.