M
Mark Cline
I have a database where the efficiencies of different assembly lines are
calculated. These calculations depend on the amount of time it takes for the
assembly line to produce one unit. I have a table where the "process time"
(the amount of time it takes to produce 1 unit at 100% efficiency) for each
assembly line is stored. These process times will change over time as new
equipment or processes are introduced to increase production. Here's where
the problem lies...
Daily, weekly, and monthly summaries are made showing the line efficiencies.
I need data that was entered in the past to continue to be connected with
its process time while new data needs to be connected with new process times.
In some instances, results of calculations using both old process times and
new process times need to be shown on the same report. What is the best way
to go about doing this? Thanks in advance.
calculated. These calculations depend on the amount of time it takes for the
assembly line to produce one unit. I have a table where the "process time"
(the amount of time it takes to produce 1 unit at 100% efficiency) for each
assembly line is stored. These process times will change over time as new
equipment or processes are introduced to increase production. Here's where
the problem lies...
Daily, weekly, and monthly summaries are made showing the line efficiencies.
I need data that was entered in the past to continue to be connected with
its process time while new data needs to be connected with new process times.
In some instances, results of calculations using both old process times and
new process times need to be shown on the same report. What is the best way
to go about doing this? Thanks in advance.