Calculate inventory in report

M

MikeO

I use an inventory database that records received, sold, sshrinkage, etc. The
problem I have is that the "qty on hand" is calculated each time you view a
specific record.
I need a report that will summarize each item activity. One line per record
showing ordered, recvd sold etc. When I try to make a query with and expr: to
calculate the QTY on hand, I get an aggregate error.
Thank you
Mike
 
P

Piet Linden

I use an inventory database that records received, sold, sshrinkage, etc.The
problem I have is that the "qty on hand" is calculated each time you viewa
specific record.
I need a report that will summarize each item activity. One line per record
showing ordered, recvd sold etc. When I try to make a query with and expr: to
calculate the QTY on hand, I get an aggregate error.
Thank you
Mike

post your SQL.

You might want to check out Allen Browne's notes of calculating
quantity on hand.
http://www.allenbrowne.com/AppInventory.html
 

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