Hello -
I would like to know if I created a table correctly. I have a main table where data is stored for Ta 0ask and Time tracking system.
I have several small tables:
Analyst - list of Technicians
Week Date - list of Dates for each Week End
Then..there is a large table (Hours) that stores the Analyst ID,Week DateID and Task and Hours for each day of the week.
Field Names:
HoursID
AnalystID
Sunday Task 1
Sunday Hours 1
Sunday Task 2
Sunday Hours 2
Sunday Tasks 3
Sunday hours 3
..and this goes on for each day of the week.
My concern is, it's a big table and also I have a problem when creating reports (How do I lump all similar tasks to get a total of Hours)
Any suggestions would be greatly appreciated.
I would like to know if I created a table correctly. I have a main table where data is stored for Ta 0ask and Time tracking system.
I have several small tables:
Analyst - list of Technicians
Week Date - list of Dates for each Week End
Then..there is a large table (Hours) that stores the Analyst ID,Week DateID and Task and Hours for each day of the week.
Field Names:
HoursID
AnalystID
Sunday Task 1
Sunday Hours 1
Sunday Task 2
Sunday Hours 2
Sunday Tasks 3
Sunday hours 3
..and this goes on for each day of the week.
My concern is, it's a big table and also I have a problem when creating reports (How do I lump all similar tasks to get a total of Hours)
Any suggestions would be greatly appreciated.