keithcampbell
11-29-2001, 05:29 AM
I have a table of transactions that shows the amounts of stock that are moving between depots. I have 2 queries set up, one that returns all of the stock that goes to a particular depot, and one that returns all stock that has gone from the depot. My thrid query takes one from the other to return an actual qty in stock.
My Problem: If there is no record 'From' the location, then the third query will not display the amount in stock, which logically is all the record To the location.
Any ideas of a way round this, I don't want to have to put in a record for each product that has '0' in it.
Help please!
My Problem: If there is no record 'From' the location, then the third query will not display the amount in stock, which logically is all the record To the location.
Any ideas of a way round this, I don't want to have to put in a record for each product that has '0' in it.
Help please!