R
Ryan
I need to create a routine that calculates a production
schedule. I have 26 stations that 4 items pass through
each day. If I have a backlog of 200 items to produce, I
need to get a report showing a start date and a finish
date for each item. This is working with a normal 5 day
work week.
I need to know how to calculate the start date and end
date for each of the 200 items. If I need to use a
module, how do I go about calling and passing data from
the module back to the query for all records.
My database table fields are as follows:
PRO# Customer Model
schedule. I have 26 stations that 4 items pass through
each day. If I have a backlog of 200 items to produce, I
need to get a report showing a start date and a finish
date for each item. This is working with a normal 5 day
work week.
I need to know how to calculate the start date and end
date for each of the 200 items. If I need to use a
module, how do I go about calling and passing data from
the module back to the query for all records.
My database table fields are as follows:
PRO# Customer Model