Hi All
I have a great problem.
I have three tables one is "SALES" other one is "Purchase" & "Productid"
Now i want to get the closing stock out of it.
Say productid is 1.2 --------- Purchased---100 qty & Sales-----50 qty
1.3----------Purcahsed---300 qty & sales-----100 qty
1.2--------- Purcahsed--000 qty & sales-----20 qty
closing stock
Productid Closing stock
1.2--------------------30 qty
1.3-------------------200 qty
I am trying to get the closing stock using a simple query. but the values i am getting is wrong.
I need to do this on a urgent basis.
Please Help
Regards
Manoj.
I have a great problem.
I have three tables one is "SALES" other one is "Purchase" & "Productid"
Now i want to get the closing stock out of it.
Say productid is 1.2 --------- Purchased---100 qty & Sales-----50 qty
1.3----------Purcahsed---300 qty & sales-----100 qty
1.2--------- Purcahsed--000 qty & sales-----20 qty
closing stock
Productid Closing stock
1.2--------------------30 qty
1.3-------------------200 qty
I am trying to get the closing stock using a simple query. but the values i am getting is wrong.
I need to do this on a urgent basis.
Please Help
Regards
Manoj.
Comment