record count revisited attn: Tom Ellison

S

Sasha Furr

I was away from the computer until today, which is why the
delay in my reply.


the query I need to sort/rank records in is:

SELECT OnHandSummary.ItemNumber, OnHandSummary.Descriptio,
OnHandSummary.GLClass, OnHandSummary.Product_Line,
OnHandSummary.[Inventory Type], OnHandSummary.[12Usage],
OnHandSummary.[12Usage$], OnHandSummary.AvgOfQty,
OnHandSummary.[Avg$], OnHandSummary.StDevOfQty
FROM OnHandSummary
ORDER BY OnHandSummary.[12Usage$] DESC;

thanks!!!
Sasha
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top