S
Stressed_fi
Hey, I was given a formula on how to add everything together, and it is
working it out. but say if I have 3 different customers ordering 10 of each
product so in total its 30, it it reaches the stock limit show below of 30.
The query is working out 10 and takin it away from 30 for each one insted ov
grouping it together
[Order number] [ProductNo] [QuanitityOrdered] [QtyInStock] [ReOrder]
.1 .3 .10
.30 .10
.2 .3 .10
.30 .10
.3 .3 .10
.30 .10
.4 .3 .5
.30
The query is recognising these as seperate enitities insted of one product.
Even if i put a different number in example if a customer orders 5 items
from product no. 3 it would remove the 5 from the qtyinstock but wouldd group
it with the other 10.
Do you know how to get the query to update? or to stop this from happening?
Thank you
working it out. but say if I have 3 different customers ordering 10 of each
product so in total its 30, it it reaches the stock limit show below of 30.
The query is working out 10 and takin it away from 30 for each one insted ov
grouping it together
[Order number] [ProductNo] [QuanitityOrdered] [QtyInStock] [ReOrder]
.1 .3 .10
.30 .10
.2 .3 .10
.30 .10
.3 .3 .10
.30 .10
.4 .3 .5
.30
The query is recognising these as seperate enitities insted of one product.
Even if i put a different number in example if a customer orders 5 items
from product no. 3 it would remove the 5 from the qtyinstock but wouldd group
it with the other 10.
Do you know how to get the query to update? or to stop this from happening?
Thank you