bmhuettinger
Registered User.
- Local time
- Today, 06:15
- Joined
- Jul 28, 2017
- Messages
- 59
I have a query that shows the open order quantity by month and a table that show projected ship pounds (based on production capacity). I also have a query that totals the amount of backlog pounds (previous month or earlier). I need to be able to add the backlog pounds to the current month, subtract the projected ship pounds, and use that total as the starting "backlog" for the next month. Then add next month's orders, less projected shipments, and so on...
backlog through April - 100,000
plus May Orders - 50,000
less May projected shipments - 20,000
=130,000 starting backlog for June
plus June Orders - 50,000
less projected shipments - 25,000
=155,000 starting backlog for July
The obvious issue is that i can't refer to same the text box in the report because each month's total is based on the previous month's new backlog. I've tried using the running sum to no avail. And i don't think that I can unlink text boxes in a column of data.
I'm not sure how to share my report/queries but I'm willing to upload, as I'm probably not articulating the problem concisely enough.
backlog through April - 100,000
plus May Orders - 50,000
less May projected shipments - 20,000
=130,000 starting backlog for June
plus June Orders - 50,000
less projected shipments - 25,000
=155,000 starting backlog for July
The obvious issue is that i can't refer to same the text box in the report because each month's total is based on the previous month's new backlog. I've tried using the running sum to no avail. And i don't think that I can unlink text boxes in a column of data.
I'm not sure how to share my report/queries but I'm willing to upload, as I'm probably not articulating the problem concisely enough.