Hi,
I'm currently doing an invoice database. So I have one subform in my invoice form that basically lists all the orders. Each row has the fiels product, quantity and the total amount. My problem here is, I've created a code that after you update the quantity, it automatically deducts from the warehouse that product is located in. But, if the user suddenly changes her mind and decides to change the quantity like for example it was originally 5 then she changes it to 2, instead of adding 3 more to my inventory it just deducts 2 more.
How can i resolve this?
Your suggestions are most welcome.
I'm currently doing an invoice database. So I have one subform in my invoice form that basically lists all the orders. Each row has the fiels product, quantity and the total amount. My problem here is, I've created a code that after you update the quantity, it automatically deducts from the warehouse that product is located in. But, if the user suddenly changes her mind and decides to change the quantity like for example it was originally 5 then she changes it to 2, instead of adding 3 more to my inventory it just deducts 2 more.
How can i resolve this?
Your suggestions are most welcome.