I need to set up fields which will ultimately calculate a changing time period.Im not worried about the code at this point. Im concerned about the structure of my table. An example will illustrate. All employees are given 180 days to complete a task from a date certain.(the start is different for each employee) My table has a field to store the start date and a field to store the date 180 days later. Ultimately when I create my form the code will calculate the time period. Here is the complication. Every day the employee cant work because it is the Company's fault-ie the equipment breaks down, etc., the employee gets an extra day added to the 180 days. If the employee cant work because its his fault, he doesnt get the time added to the end. Im not worried, at least at this point, about the code to calcultae this changing time period. My question is I need fields in my table to record this time which is or is not added to the end . I can't use one field for each time cateogory because we need a record of each time period which is or is not counted against the 180 days. And I don't want to guess and say "well Ill make a series of 10 fields for each cateogories because thats the max there will be for any employee. Anyone have any suggestions?