i have a continuous subform called order details linked to a single form called order, in that, now i have the order status like processing, shipped, completed and returned in the main form order, in that I am able to put multiple processing orders, but after customer pays i can set to shipped status but i want to do that only if the items all in the subform have quantity on stock, i got all of it to work but, since the subform is continuous it only checks if he first item is in stock not the rest, what do i do