Thanks to another user who helped me with a previous topic, I have created a database wherein exists an inventory table (to list the current inventory level) and a transaction table (to keep track of additions to inventory and depletions as line items). How would I go about linking the inventory additions and depletions to the current inventory quantity?
For example, I want to receive 3 of item A and add it to the existing Item A inventory of 2 making it a current level of 5.
Essentially I want to keep track of current inventory levels as well as a running list of transactions.
Edit:
And yes, I spelled "History" wrong. Sorry about that.
For example, I want to receive 3 of item A and add it to the existing Item A inventory of 2 making it a current level of 5.
Essentially I want to keep track of current inventory levels as well as a running list of transactions.
Edit:
And yes, I spelled "History" wrong. Sorry about that.
Last edited: