Hello all,
I'am currently working on a stock control database of a small business.The business deals with buying products from suppliers and store it in the shrowroom. Then these products are sold to customers.
I have made the database so that it will calculate the product quantity level after sales and purchases and also product a reorder report.
The attachment shows the table design of my databae.http://www.postimg.com/image/155000/capture-154094.jpg
Can someone check my relationships if it is correct??
I need help for calculating the product quantity level.
Shall I use queries for that...that is one delete or update query that will decrease the quantity in the tblProduct upon Order( Sales/Customer Order). Also an append query for adding to the quantity in the tblProduct upon purchase Order
Thanks in advance.
I'am currently working on a stock control database of a small business.The business deals with buying products from suppliers and store it in the shrowroom. Then these products are sold to customers.
I have made the database so that it will calculate the product quantity level after sales and purchases and also product a reorder report.
The attachment shows the table design of my databae.http://www.postimg.com/image/155000/capture-154094.jpg
Can someone check my relationships if it is correct??
I need help for calculating the product quantity level.
Shall I use queries for that...that is one delete or update query that will decrease the quantity in the tblProduct upon Order( Sales/Customer Order). Also an append query for adding to the quantity in the tblProduct upon purchase Order
Thanks in advance.
Comment