|
Prev: Earned Value Analysis: 50/50 Technique
Next: Is there a big Difference between proffessional and standard?
From: "Joe T" <Joe on 30 Dec 2005 10:48 I would like to define a task that must happen continously once started. For example I would like to create a task that may take 6 hours to perform. However, once it is started it cannot be stopped until finished. When I tried to create a default task, I had 2 hours remaining in my day. Then Project scheduled the task to start, work for 2 hours, then on Monday it finished the remaining 4 hours of work. If it cannot get the job done on Friday, then I would rather have it wait until Monday to start the job. How would I do this? Thanks for your help.
From: John on 30 Dec 2005 11:36
In article <CCEB40B7-A82C-4605-BBA2-8E8DBBA180FC(a)microsoft.com>, "Joe T" <Joe T(a)discussions.microsoft.com> wrote: > I would like to define a task that must happen continously once started. For > example I would like to create a task that may take 6 hours to perform. > However, once it is started it cannot be stopped until finished. > > When I tried to create a default task, I had 2 hours remaining in my day. > Then Project scheduled the task to start, work for 2 hours, then on Monday it > finished the remaining 4 hours of work. If it cannot get the job done on > Friday, then I would rather have it wait until Monday to start the job. How > would I do this? > > Thanks for your help. Joe T, This issue has been brought up on various occasions in this newsgroup. You might try a search to view the recommendations. Meanwhile, there are a couple ways to deal with continuous type tasks. One method is to simply use a 24 hour calendar for the task and make sure any resources assigned to it can also work around the clock. However, a 24 hours calendar may not fit in with your needs. In that case, a simple VBA macro can be written to check for any tasks that must be continuous and re-schedule them to a time when they can be performed continuously. This approach was suggested for a similar post earlier this week. See "Re: Keep task days together" posted on 12/24/05. Hope this helps. John Project MVP |