G
Guest
I am trying to set up a housing schedule. I would like to set up a table
with the following structure for each house.
House#1
Task Start Date End Date Duration
Task 1 1/1/05 1/2/05 1
Task 2 1/3/05 1/5/05 2
Task 3 .... ...... ..
Task 4
....
Task 60 ..... ...... ..
This table would have approximately 40 - 60 tasks so it is rather large.
For each task I have to store a task name, start date, end date, and
duration. Is there a simple way to set this up? Could you point me to an
example? Every example I have seen has a simple table design with 1-10
columns for each record. This table represents 4 * 60 = 240 items for each
record. I could break down each task to a record with 4 columns and add a
column for the house identifier, but this makes data entry and forms
problematic. Any suggestions?
with the following structure for each house.
House#1
Task Start Date End Date Duration
Task 1 1/1/05 1/2/05 1
Task 2 1/3/05 1/5/05 2
Task 3 .... ...... ..
Task 4
....
Task 60 ..... ...... ..
This table would have approximately 40 - 60 tasks so it is rather large.
For each task I have to store a task name, start date, end date, and
duration. Is there a simple way to set this up? Could you point me to an
example? Every example I have seen has a simple table design with 1-10
columns for each record. This table represents 4 * 60 = 240 items for each
record. I could break down each task to a record with 4 columns and add a
column for the house identifier, but this makes data entry and forms
problematic. Any suggestions?