Hi,
I'm trying to use access to plan project activities using the theory of predecessors and successors I have the following tables:
Milestones
Predecessors
Successors
SuccessorSteps
SuccessorSteps provides a mechanism to store the criteria used to step from a milestone to it's successor and the duration of the step.
I'm able to isolate the first milestone and iterate through the steps table building up all of the relevant criteria to make the step then (on teh fly) make a query to update the duration of teh successor activity.
Problem is, what to do now, I can't figure out the recursive logic required to allocate durations to all successive activities. I realise that I need to make teh successor the milestone then get the successors based on that value but my brain ca't get around the recursion.
The plans to be automated are short but there are 2000 of them at a time and as the progress data comes from another system it's not feasible to egt people to do it manually.
Anyone have a sample of something simialr that they've done before that I can borrow to help solve this? Or perhpaps some pointers or suggestions on where to look.
I may have been looking at this too long for it to make sense and I've no doubt that divine intervention will solve all of my problems in a split second.
Thanks guys/gals.
Troyston
Troy Vinson
Trading as IT Supportman
I'm trying to use access to plan project activities using the theory of predecessors and successors I have the following tables:
Milestones
Predecessors
Successors
SuccessorSteps
SuccessorSteps provides a mechanism to store the criteria used to step from a milestone to it's successor and the duration of the step.
I'm able to isolate the first milestone and iterate through the steps table building up all of the relevant criteria to make the step then (on teh fly) make a query to update the duration of teh successor activity.
Problem is, what to do now, I can't figure out the recursive logic required to allocate durations to all successive activities. I realise that I need to make teh successor the milestone then get the successors based on that value but my brain ca't get around the recursion.
The plans to be automated are short but there are 2000 of them at a time and as the progress data comes from another system it's not feasible to egt people to do it manually.
Anyone have a sample of something simialr that they've done before that I can borrow to help solve this? Or perhpaps some pointers or suggestions on where to look.
I may have been looking at this too long for it to make sense and I've no doubt that divine intervention will solve all of my problems in a split second.
Thanks guys/gals.
Troyston
Troy Vinson
Trading as IT Supportman