Stock transactions

  • Thread starter Thread starter g18c
  • Start date Start date
G

g18c

Hi, from the sample ms database i have a stock transaction database for
my products.

There are columns to Receive, Use and Shrink stock. From the goods
received, used and adjustments (shrinkage) i can calculate the stock
level. Each transaction also has a location (incase stock exists in a
number of places in the factory). There can be many transactions, for
different locations, for one particular product (hence a one to many
relationship between my StockItem and StockTransactions tables).

What i would like to do is write a query to sum the stock for each
discreet location, but im stuck! From that query i can then sum the
total stock for a particulate product.

Any pointers much appreciated.

Cheers,

Chris
 

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

Similar Threads


Back
Top