3239
Technical User
- May 14, 2003
- 64
I am new to access and I am trying to created a database for orders placed by customers and for inventory purposes.
What I am trying to accomplish is lets say I have three tables, one called Purchases by Customers, one called Inventory, and one called Ordering. And if I order 12 bars of soap, I want the Inventory table to show 12 bars of soap, and if a customer orders 2 bars of soap, I want the Inventory table to be updated to 10 bars of soap, and if I order 3 more bars of soap, the Inventory table will be updated to 13 bars of soap.
If this is possible, could someone please help.
What I am trying to accomplish is lets say I have three tables, one called Purchases by Customers, one called Inventory, and one called Ordering. And if I order 12 bars of soap, I want the Inventory table to show 12 bars of soap, and if a customer orders 2 bars of soap, I want the Inventory table to be updated to 10 bars of soap, and if I order 3 more bars of soap, the Inventory table will be updated to 13 bars of soap.
If this is possible, could someone please help.