S
sean
Hi all,
I want to create a run schedule for our companies production lines. I
have a unbound main form with a combo box from which I select a
production line and 1 text box to hold the day's scheduled start time.
In a subform (set to continuous), from a combo box I can pick jobs/
tasks to do. Each job/task has time fields telling me how long to
complete the job (one in hours and one in minutes).
So for each record in the subform, I want to record each job's
scheduled start and end times. Obviously the first record is start
time + minutes to run job will give me finish time, but how do I
continue to add jobs and take the end time from the previous record
for the start of the next job and so on?
Also, what if I had 6 jobs scheduled and went back into the list and
changed a record (scheduled job), can I have it adjust all of these
times in all the other records?
Straight forward in an Excel spreadsheet but I want to do it in
access.
I have a table (tblProductionSched) with only 4 fields, psID
(autoNumber), psCardID(links to production card ID), and start and end
time fields. Another table (tblProductionCards) holds the job details
and run time data.
Any suggestions and help appreciated.
I want to create a run schedule for our companies production lines. I
have a unbound main form with a combo box from which I select a
production line and 1 text box to hold the day's scheduled start time.
In a subform (set to continuous), from a combo box I can pick jobs/
tasks to do. Each job/task has time fields telling me how long to
complete the job (one in hours and one in minutes).
So for each record in the subform, I want to record each job's
scheduled start and end times. Obviously the first record is start
time + minutes to run job will give me finish time, but how do I
continue to add jobs and take the end time from the previous record
for the start of the next job and so on?
Also, what if I had 6 jobs scheduled and went back into the list and
changed a record (scheduled job), can I have it adjust all of these
times in all the other records?
Straight forward in an Excel spreadsheet but I want to do it in
access.
I have a table (tblProductionSched) with only 4 fields, psID
(autoNumber), psCardID(links to production card ID), and start and end
time fields. Another table (tblProductionCards) holds the job details
and run time data.
Any suggestions and help appreciated.