L
Lord_Icon
Hi,
I am new in using Access07 and I am currently doing a program for an
internal inventory. I will try to be as clear as possible with my problem.
First, I have 4 tables:
1. Supply Table (ProductID, ProductName, CurrentStock, CategoryID)
2. InventoryTransaction (IT_ID, IT_Date, IT_Received) - Product received
3. InventoryConsumption (IC_ID, IT_Date, IT_Request) - Product consumed
Here is my dilemma, a product could have multiple transactions received and
consuemd. What i want to track is my CurrentStock. Whenever I receive a
delivery for a specific product, I need to add that to the CurrentStock
balance and whenever a customer request for a product, that is deducted to my
CurrentStock. So basically, I need to have an accurate tracking of my actual
balance for my products.
Any advice is highly appreciated.
Thank you,
I am new in using Access07 and I am currently doing a program for an
internal inventory. I will try to be as clear as possible with my problem.
First, I have 4 tables:
1. Supply Table (ProductID, ProductName, CurrentStock, CategoryID)
2. InventoryTransaction (IT_ID, IT_Date, IT_Received) - Product received
3. InventoryConsumption (IC_ID, IT_Date, IT_Request) - Product consumed
Here is my dilemma, a product could have multiple transactions received and
consuemd. What i want to track is my CurrentStock. Whenever I receive a
delivery for a specific product, I need to add that to the CurrentStock
balance and whenever a customer request for a product, that is deducted to my
CurrentStock. So basically, I need to have an accurate tracking of my actual
balance for my products.
Any advice is highly appreciated.
Thank you,