Simplified, I have an inventory count and a bill of material. I want to know when inventory will be depleted or go negative by the deductions of our bill of material.
I have a BalanceTable that has InvID, Date, ProductionLineStation, and Count.
The Inventory Counts are in the table as positives and the Bill of Material deductions are in as a negative.
I have a report now that shows me the items that will go negative but it is a running balance report that shows all line items in detail and becomes a very long report.
I would like to develop a report showing only the InvIDs that will be going negative and what Date/ProductionLineStation that this will first happen. A single line for each InvID.
I think I need a running total query that I can then select the earliest date that the item turns negative. Any other suggestions or help on making running total query would be appreciated.
I have a BalanceTable that has InvID, Date, ProductionLineStation, and Count.
The Inventory Counts are in the table as positives and the Bill of Material deductions are in as a negative.
I have a report now that shows me the items that will go negative but it is a running balance report that shows all line items in detail and becomes a very long report.
I would like to develop a report showing only the InvIDs that will be going negative and what Date/ProductionLineStation that this will first happen. A single line for each InvID.
I think I need a running total query that I can then select the earliest date that the item turns negative. Any other suggestions or help on making running total query would be appreciated.
Last edited: