I am having a problem in trying to figure out how to add break and lunch times to a schedule that I created. I have workers that need to produce many different items within that persons work day. each item has it's own record. I can produce the scheduled times for completion for each item. But I need to add a varying Break and Lunch time in the schedule. I am not sure of how to accomplish this. I am trying to add the break and lunch records to a table and then re-calculate the times for each item to be completed after the breaks and lunch. I create the table that holds the run rate of each item and then produce the resulting times due thru a report that calculates the time due in a running sum. Would appreciate any advise you can give me.