L
Lowan Chan
I created a database file for sales and inventory management. I have problem
to get correct inventory balance. e.g.
I have goods A, B, C, D, E in the item info table
I imported A, B, C, D in certain quantity, created a query for stock-in
and sold A and C in certain quantity, created a query for stock-out
then I combine both query to get an inventory by adding one column
(stock-in.[quantity])-(stock-out.[quantity]), the result for balance only
come out for A and C, but not B and D. Even I did not sell any item of B and
D, then there should be stock there, but I cannot get it from this query.
What should I do or anything missing in my query?
Many thanks!
to get correct inventory balance. e.g.
I have goods A, B, C, D, E in the item info table
I imported A, B, C, D in certain quantity, created a query for stock-in
and sold A and C in certain quantity, created a query for stock-out
then I combine both query to get an inventory by adding one column
(stock-in.[quantity])-(stock-out.[quantity]), the result for balance only
come out for A and C, but not B and D. Even I did not sell any item of B and
D, then there should be stock there, but I cannot get it from this query.
What should I do or anything missing in my query?
Many thanks!