passing data to modules

  • Thread starter Thread starter Ryan
  • Start date Start date
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
 
There were two reponses to your post from yesterday.
Please read those and respond there with further questions.
 
Back
Top