![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I need to restrict a user from closing out of a task if the completed date
is later than the due date without putting something in the description. I have tried to look at macro's but couldn't find anything valuable there. Any help would be greatly appreciated |
#2
|
|||
|
|||
![]()
We need some context here. Is part of a custom task form? An Outlook add-in? Some other type of application?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jerod Mills" wrote in message ... I need to restrict a user from closing out of a task if the completed date is later than the due date without putting something in the description. I have tried to look at macro's but couldn't find anything valuable there. Any help would be greatly appreciated |
#3
|
|||
|
|||
![]()
Our users share tasks in a shared mailbox. Group leaders set these tasks up
and users work on them and close them. Group leaders want it automated for them to HAVE to add detail as to why the task was not completed on time. "Sue Mosher [MVP-Outlook]" wrote in message ... We need some context here. Is part of a custom task form? An Outlook add-in? Some other type of application? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jerod Mills" wrote in message ... I need to restrict a user from closing out of a task if the completed date is later than the due date without putting something in the description. I have tried to look at macro's but couldn't find anything valuable there. Any help would be greatly appreciated |
#4
|
|||
|
|||
![]()
This sounds like a good scenario for a custom form solution. The catch is that there is no way to to distinguish between the user adding information to the body of the task and the user adding the specific information you're looking for. If there are common reasons, you could consider setting up a combo box on a custom form page to capture them.
If you go with a script to handle the validation, you'll need to update each user's machine to make the change described at http://www.outlookcode.com/d/secforms.htm in the section on Forms in Other Users' Mailboxes. It probably can be done -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jerod Mills" wrote in message ... Our users share tasks in a shared mailbox. Group leaders set these tasks up and users work on them and close them. Group leaders want it automated for them to HAVE to add detail as to why the task was not completed on time. "Sue Mosher [MVP-Outlook]" wrote in message ... We need some context here. Is part of a custom task form? An Outlook add-in? Some other type of application? "Jerod Mills" wrote in message ... I need to restrict a user from closing out of a task if the completed date is later than the due date without putting something in the description. I have tried to look at macro's but couldn't find anything valuable there. Any help would be greatly appreciated |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Choice of programming tool for Outlook programming | [email protected] | Outlook and VBA | 4 | July 13th 06 11:48 AM |
New to Outlook Programming. Need code tweak, please. | Angyl | Outlook and VBA | 1 | May 17th 06 08:43 PM |
Programming OUTLOOK ARCHIVE location | BMP | Outlook and VBA | 2 | May 11th 06 06:43 PM |
Programming changes to XML properties | Ray Jackson | Outlook and VBA | 1 | February 7th 06 02:06 PM |
Programming form | Colin Coady | Outlook - Calandaring | 3 | January 19th 06 04:21 AM |