J
Julian Griffin
Task dependences cause a successor to start after all the predecessors.
e.g.
Task Date
...A.. 01/01
...B.. 02/02
If “Task C†is a successor to A & B,
Then “Task C†will start on 02/02
By default a task dependant of other tasks starts only when all the other
tasks have started. That is to say that the dependant task will start
chronologically after all the other tasks.
So my question is how do I make a task start chronologically before a list
of other tasks?
How do I make “Task D†start on 01/01,
If “Task D†is also dependant on A & B.
Thanks.
e.g.
Task Date
...A.. 01/01
...B.. 02/02
If “Task C†is a successor to A & B,
Then “Task C†will start on 02/02
By default a task dependant of other tasks starts only when all the other
tasks have started. That is to say that the dependant task will start
chronologically after all the other tasks.
So my question is how do I make a task start chronologically before a list
of other tasks?
How do I make “Task D†start on 01/01,
If “Task D†is also dependant on A & B.
Thanks.