HeavenCore
Well-known member
Hi all, Deep Breath
i have a complex database and one of the factors is a 'jobs' table. However when i start to break the data down i am getting lost. I have attempted entity relationship diagramming but ive hit a wall.
1 Job has many Enclosures
1 Enclosure can have many weeks of work
a week of work table is as follows:
-----------Day1 - Day2 - Day3 - Day4 - Day5 - Day6 - Day7
DECON
PreClean
Task3
Task5
as you can see each week has both X and Y axis labels, how would i go about storing this in the database? The axis will always be the same there is 8 tasks(y-axis) and 7 days obviously (x-axis)
i was thinking an Enclosures table and an EnclosureWeeks table with a 3rd table to cope with the many to many relationship. But the structure of the EnclusureWeeks table is proving tricky (especially when coming to databinding structure etc?)
Can anybody help?
i have a complex database and one of the factors is a 'jobs' table. However when i start to break the data down i am getting lost. I have attempted entity relationship diagramming but ive hit a wall.
1 Job has many Enclosures
1 Enclosure can have many weeks of work
a week of work table is as follows:
-----------Day1 - Day2 - Day3 - Day4 - Day5 - Day6 - Day7
DECON
PreClean
Task3
Task5
as you can see each week has both X and Y axis labels, how would i go about storing this in the database? The axis will always be the same there is 8 tasks(y-axis) and 7 days obviously (x-axis)
i was thinking an Enclosures table and an EnclosureWeeks table with a 3rd table to cope with the many to many relationship. But the structure of the EnclusureWeeks table is proving tricky (especially when coming to databinding structure etc?)
Can anybody help?