hello I am currently working on a project for college, based on a shop and have created querues which allow me to total up new customer orders
however i am currently sruggling on how to create a system which will update the stock level one a customer pruchases an item in the product table, and then a warning message should appear when the stock reaches the re order level
do i create a new query for this or use the following below
below are my tables
Customer
Customer Order
Customer Order Details
Products -- includes fileds "Product ID", "Qty_in_Sto ck", "Re_Order_level " and "Need re ordering" the need re ordering is yes/ no format
Suppliers
here are the queries i have created
"All customer order details" (this includes Product ID, Qty_on_Order, and product name) here is where orders are made and where line totals are added.
so i want ot be able to link the fields to make the field Qty_in_Stock go down automatically after an order and once the Re_Order_level is met for the field Need re ordering to be ticked.
i would be grateful for any help what soever and wil be really thankful!
however i am currently sruggling on how to create a system which will update the stock level one a customer pruchases an item in the product table, and then a warning message should appear when the stock reaches the re order level
do i create a new query for this or use the following below
below are my tables
Customer
Customer Order
Customer Order Details
Products -- includes fileds "Product ID", "Qty_in_Sto ck", "Re_Order_level " and "Need re ordering" the need re ordering is yes/ no format
Suppliers
here are the queries i have created
"All customer order details" (this includes Product ID, Qty_on_Order, and product name) here is where orders are made and where line totals are added.
so i want ot be able to link the fields to make the field Qty_in_Stock go down automatically after an order and once the Re_Order_level is met for the field Need re ordering to be ticked.
i would be grateful for any help what soever and wil be really thankful!
Comment