I need help analyzing if this can be done.
I have a table of ops, each having a resource,
each resource takes so many days to perform.
I have a resource table that shows how many days it takes to complete 1 op, 2 ops, 3 ops etc. of each resource.
I have a completion date for the ops.
I want to figure backwards, when each op needs to complete.
[tt]
My tables:
Completion date 12/30/2009
_____________
Ops resource
_____________
1 soft
2 soft
3 vendor
4 soft
5 soft
6 soft
7 heattreat
8 vendor
9 hard
10 hard
11 hard
_____________________
Resources
_____________________
Resource #ops Days
soft 1 2
soft 2 4
soft 3 10
vendor 1 7
heattreat 1 5
hard 1 2
hard 2 5
hard 3 9
The results I want
Op Resource Completion date
________________________
11 hard 12/30/09
10 hard 12/26/09
9 hard 12/23/09
8 vendor 12/21/09
7 heattreat 12/14/09
6 soft 12/9/09
5 soft 12/3/09
4 soft 12/1/09
3 vendor 11/29/09
2 soft 11/22/09
1 soft 11/20/09
11/18/09 would be the start date.
Any thoughts would be appreciated.
[/tt]
I have a table of ops, each having a resource,
each resource takes so many days to perform.
I have a resource table that shows how many days it takes to complete 1 op, 2 ops, 3 ops etc. of each resource.
I have a completion date for the ops.
I want to figure backwards, when each op needs to complete.
[tt]
My tables:
Completion date 12/30/2009
_____________
Ops resource
_____________
1 soft
2 soft
3 vendor
4 soft
5 soft
6 soft
7 heattreat
8 vendor
9 hard
10 hard
11 hard
_____________________
Resources
_____________________
Resource #ops Days
soft 1 2
soft 2 4
soft 3 10
vendor 1 7
heattreat 1 5
hard 1 2
hard 2 5
hard 3 9
The results I want
Op Resource Completion date
________________________
11 hard 12/30/09
10 hard 12/26/09
9 hard 12/23/09
8 vendor 12/21/09
7 heattreat 12/14/09
6 soft 12/9/09
5 soft 12/3/09
4 soft 12/1/09
3 vendor 11/29/09
2 soft 11/22/09
1 soft 11/20/09
11/18/09 would be the start date.
Any thoughts would be appreciated.
[/tt]