![]() |
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 have a list of, say, 50 date based tasks that need to be done on each new
client. E.g. when a new client is obtained, five tasks might run from the CLIENT OBTAINED date. Ten more tasks might be based on the TREATMENT ENDED date. Another fifteen various tasks might be based on the LAST DATE AUTHORIZED date. It's the same routine for each new client. Once a particular 'anchor' date is known, I know the dependant task is due, say, 5 days after the CLIENT OBTAINED date, or another task is due 30 days before the LAST DATE AUTHORIZED date, and another task is due the day of the TREATMENT ENDED date. Some third-party programs have rules-based calendaring and chained schedules, wherein one enters the given date and reminders are set based on the date-logic the user sets. I would like to do the same thing in Outlook 2003. Currently, I store the 'anchor' dates in an Excel spreadsheet. I'm wondering if: 1) There's a way to 'automagically' use the various 'anchor' dates in Excel and have Outlook generate the various task reminders? 2) There's a way to store the 'anchor' dates in Outlook (maybe modify a form for each client, or create a category for each new client?) and then 'trigger' the respective dependant tasks? 3) There's a way to store the, say, fifty tasks and easily or automagically reuse them every time a new client is entered? Hopefully it is clear what I need, and hopefully Outlook 2003 can accomplish this. (I'm using Excel 2003, because I think Access 2003 is simply beyond my understanding. I'm not a VBA coder.) Here's a list of just some of the tasks that I must do for every client: Send Agreement for Services: CLIENT OBTAINED + 0 Days Send Thank You for Referral Letter: CLIENT OBTAINED + 0 Days Send Welcome Letter: CLIENT OBTAINED + 0 Days Check on Receipt of Agreement of Services: CLIENT OBTAINED + 1 Week Call Client if Agreement Not Received: CLIENT OBTAINED + 10 Days Send Confirmation of Status Letter 1: LAST DATE AUTHORIZED - 12 Weeks Send Confirmation of Status Letter 2: LAST DATE AUTHORIZED - 8 Weeks Send Confirmation of Status Letter 3: LAST DATE AUTHORIZED - 4 Weeks Call Insurance Company re Renewal: LAST DATE AUTHORIZED - 10 Days Present Future Treatment Plan: TREATMENT ENDED + 0 Days Send Insurer Detailed Accounting: TREATMENT ENDED + 5 Days Call Client re Status: TREATMENT ENDED + 1 Month Write Client re Status: TREATMENT ENDED + 3 Months Write Client re Status: TREATMENT ENDED + 6 Months Close File: TREATMENT ENDED + 1 Year Of course, there are more 'anchor' dates than just the three listed above, and many more tasks are dependant on each 'anchor' date. It would be VERY useful to be able to create the 'template' of all these tasks once, and to have them 'automagically' create themselves whenever the particular 'anchor' date is obtained (or learned). So... can it be done completely in Outlook 2003? Would I need to integrate Excel 2003? How 'automagically' can it be done, and how easily? Thanks VERY much in advance for any thoughts. I'm sure I'm not the first person who has had this problem. Surely one or more of you can think of a solution for me and the many others who face this situation. |
#2
|
|||
|
|||
![]()
You'd need to create a custom application to do it in outlook.
-- Diane Poremsky [MVP - Outlook] Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Outlook Tips by email: EMO - a weekly newsletter about Outlook and Exchange: You can access this newsgroup by visiting http://www.microsoft.com/office/comm...s/default.mspx or point your newsreader to msnews.microsoft.com. "SecurityMinded" wrote in message ... I have a list of, say, 50 date based tasks that need to be done on each new client. E.g. when a new client is obtained, five tasks might run from the CLIENT OBTAINED date. Ten more tasks might be based on the TREATMENT ENDED date. Another fifteen various tasks might be based on the LAST DATE AUTHORIZED date. It's the same routine for each new client. Once a particular 'anchor' date is known, I know the dependant task is due, say, 5 days after the CLIENT OBTAINED date, or another task is due 30 days before the LAST DATE AUTHORIZED date, and another task is due the day of the TREATMENT ENDED date. Some third-party programs have rules-based calendaring and chained schedules, wherein one enters the given date and reminders are set based on the date-logic the user sets. I would like to do the same thing in Outlook 2003. Currently, I store the 'anchor' dates in an Excel spreadsheet. I'm wondering if: 1) There's a way to 'automagically' use the various 'anchor' dates in Excel and have Outlook generate the various task reminders? 2) There's a way to store the 'anchor' dates in Outlook (maybe modify a form for each client, or create a category for each new client?) and then 'trigger' the respective dependant tasks? 3) There's a way to store the, say, fifty tasks and easily or automagically reuse them every time a new client is entered? Hopefully it is clear what I need, and hopefully Outlook 2003 can accomplish this. (I'm using Excel 2003, because I think Access 2003 is simply beyond my understanding. I'm not a VBA coder.) Here's a list of just some of the tasks that I must do for every client: Send Agreement for Services: CLIENT OBTAINED + 0 Days Send Thank You for Referral Letter: CLIENT OBTAINED + 0 Days Send Welcome Letter: CLIENT OBTAINED + 0 Days Check on Receipt of Agreement of Services: CLIENT OBTAINED + 1 Week Call Client if Agreement Not Received: CLIENT OBTAINED + 10 Days Send Confirmation of Status Letter 1: LAST DATE AUTHORIZED - 12 Weeks Send Confirmation of Status Letter 2: LAST DATE AUTHORIZED - 8 Weeks Send Confirmation of Status Letter 3: LAST DATE AUTHORIZED - 4 Weeks Call Insurance Company re Renewal: LAST DATE AUTHORIZED - 10 Days Present Future Treatment Plan: TREATMENT ENDED + 0 Days Send Insurer Detailed Accounting: TREATMENT ENDED + 5 Days Call Client re Status: TREATMENT ENDED + 1 Month Write Client re Status: TREATMENT ENDED + 3 Months Write Client re Status: TREATMENT ENDED + 6 Months Close File: TREATMENT ENDED + 1 Year Of course, there are more 'anchor' dates than just the three listed above, and many more tasks are dependant on each 'anchor' date. It would be VERY useful to be able to create the 'template' of all these tasks once, and to have them 'automagically' create themselves whenever the particular 'anchor' date is obtained (or learned). So... can it be done completely in Outlook 2003? Would I need to integrate Excel 2003? How 'automagically' can it be done, and how easily? Thanks VERY much in advance for any thoughts. I'm sure I'm not the first person who has had this problem. Surely one or more of you can think of a solution for me and the many others who face this situation. |
#3
|
|||
|
|||
![]()
Hi SecurityMinded,
you are asking this question in a discussion group for Access. You could create a custom access database to manage your tasks. Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia "SecurityMinded" wrote in message ... I have a list of, say, 50 date based tasks that need to be done on each new client. E.g. when a new client is obtained, five tasks might run from the CLIENT OBTAINED date. Ten more tasks might be based on the TREATMENT ENDED date. Another fifteen various tasks might be based on the LAST DATE AUTHORIZED date. It's the same routine for each new client. Once a particular 'anchor' date is known, I know the dependant task is due, say, 5 days after the CLIENT OBTAINED date, or another task is due 30 days before the LAST DATE AUTHORIZED date, and another task is due the day of the TREATMENT ENDED date. Some third-party programs have rules-based calendaring and chained schedules, wherein one enters the given date and reminders are set based on the date-logic the user sets. I would like to do the same thing in Outlook 2003. Currently, I store the 'anchor' dates in an Excel spreadsheet. I'm wondering if: 1) There's a way to 'automagically' use the various 'anchor' dates in Excel and have Outlook generate the various task reminders? 2) There's a way to store the 'anchor' dates in Outlook (maybe modify a form for each client, or create a category for each new client?) and then 'trigger' the respective dependant tasks? 3) There's a way to store the, say, fifty tasks and easily or automagically reuse them every time a new client is entered? Hopefully it is clear what I need, and hopefully Outlook 2003 can accomplish this. (I'm using Excel 2003, because I think Access 2003 is simply beyond my understanding. I'm not a VBA coder.) Here's a list of just some of the tasks that I must do for every client: Send Agreement for Services: CLIENT OBTAINED + 0 Days Send Thank You for Referral Letter: CLIENT OBTAINED + 0 Days Send Welcome Letter: CLIENT OBTAINED + 0 Days Check on Receipt of Agreement of Services: CLIENT OBTAINED + 1 Week Call Client if Agreement Not Received: CLIENT OBTAINED + 10 Days Send Confirmation of Status Letter 1: LAST DATE AUTHORIZED - 12 Weeks Send Confirmation of Status Letter 2: LAST DATE AUTHORIZED - 8 Weeks Send Confirmation of Status Letter 3: LAST DATE AUTHORIZED - 4 Weeks Call Insurance Company re Renewal: LAST DATE AUTHORIZED - 10 Days Present Future Treatment Plan: TREATMENT ENDED + 0 Days Send Insurer Detailed Accounting: TREATMENT ENDED + 5 Days Call Client re Status: TREATMENT ENDED + 1 Month Write Client re Status: TREATMENT ENDED + 3 Months Write Client re Status: TREATMENT ENDED + 6 Months Close File: TREATMENT ENDED + 1 Year Of course, there are more 'anchor' dates than just the three listed above, and many more tasks are dependant on each 'anchor' date. It would be VERY useful to be able to create the 'template' of all these tasks once, and to have them 'automagically' create themselves whenever the particular 'anchor' date is obtained (or learned). So... can it be done completely in Outlook 2003? Would I need to integrate Excel 2003? How 'automagically' can it be done, and how easily? Thanks VERY much in advance for any thoughts. I'm sure I'm not the first person who has had this problem. Surely one or more of you can think of a solution for me and the many others who face this situation. |
#4
|
|||
|
|||
![]()
i know i need new glasses but isn't this the Outlook general discussion forum?
"Jeanette Cunningham" wrote: Hi SecurityMinded, you are asking this question in a discussion group for Access. You could create a custom access database to manage your tasks. Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia "SecurityMinded" wrote in message ... I have a list of, say, 50 date based tasks that need to be done on each new client. E.g. when a new client is obtained, five tasks might run from the CLIENT OBTAINED date. Ten more tasks might be based on the TREATMENT ENDED date. Another fifteen various tasks might be based on the LAST DATE AUTHORIZED date. It's the same routine for each new client. Once a particular 'anchor' date is known, I know the dependant task is due, say, 5 days after the CLIENT OBTAINED date, or another task is due 30 days before the LAST DATE AUTHORIZED date, and another task is due the day of the TREATMENT ENDED date. Some third-party programs have rules-based calendaring and chained schedules, wherein one enters the given date and reminders are set based on the date-logic the user sets. I would like to do the same thing in Outlook 2003. Currently, I store the 'anchor' dates in an Excel spreadsheet. I'm wondering if: 1) There's a way to 'automagically' use the various 'anchor' dates in Excel and have Outlook generate the various task reminders? 2) There's a way to store the 'anchor' dates in Outlook (maybe modify a form for each client, or create a category for each new client?) and then 'trigger' the respective dependant tasks? 3) There's a way to store the, say, fifty tasks and easily or automagically reuse them every time a new client is entered? Hopefully it is clear what I need, and hopefully Outlook 2003 can accomplish this. (I'm using Excel 2003, because I think Access 2003 is simply beyond my understanding. I'm not a VBA coder.) Here's a list of just some of the tasks that I must do for every client: Send Agreement for Services: CLIENT OBTAINED + 0 Days Send Thank You for Referral Letter: CLIENT OBTAINED + 0 Days Send Welcome Letter: CLIENT OBTAINED + 0 Days Check on Receipt of Agreement of Services: CLIENT OBTAINED + 1 Week Call Client if Agreement Not Received: CLIENT OBTAINED + 10 Days Send Confirmation of Status Letter 1: LAST DATE AUTHORIZED - 12 Weeks Send Confirmation of Status Letter 2: LAST DATE AUTHORIZED - 8 Weeks Send Confirmation of Status Letter 3: LAST DATE AUTHORIZED - 4 Weeks Call Insurance Company re Renewal: LAST DATE AUTHORIZED - 10 Days Present Future Treatment Plan: TREATMENT ENDED + 0 Days Send Insurer Detailed Accounting: TREATMENT ENDED + 5 Days Call Client re Status: TREATMENT ENDED + 1 Month Write Client re Status: TREATMENT ENDED + 3 Months Write Client re Status: TREATMENT ENDED + 6 Months Close File: TREATMENT ENDED + 1 Year Of course, there are more 'anchor' dates than just the three listed above, and many more tasks are dependant on each 'anchor' date. It would be VERY useful to be able to create the 'template' of all these tasks once, and to have them 'automagically' create themselves whenever the particular 'anchor' date is obtained (or learned). So... can it be done completely in Outlook 2003? Would I need to integrate Excel 2003? How 'automagically' can it be done, and how easily? Thanks VERY much in advance for any thoughts. I'm sure I'm not the first person who has had this problem. Surely one or more of you can think of a solution for me and the many others who face this situation. |
#5
|
|||
|
|||
![]()
The original message was cross-posted to two Outlook newsgroups, along with
an Access newsgroup and an Excel newsgroup. Note to "SecurityMinded" Please see sentence # 6, he http://www.microsoft.com/wn3/locales...TipsForPosting Tom Wickerath Microsoft Access MVP http://www.accessmvp.com/TWickerath/ __________________________________________ "littleriver" wrote: i know i need new glasses but isn't this the Outlook general discussion forum? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sort tasks by due date and category in to do list, daily task list | MLou | Outlook - Calandaring | 1 | June 13th 08 12:59 AM |
distro list - create based on company name | Jeremy Schubert | Outlook - Using Contacts | 1 | October 28th 07 08:58 PM |
create a recurring meeting based on a changing date | frustrated organizer | Outlook - Calandaring | 1 | November 3rd 06 11:17 PM |
Can I create a distribution list based on a search criteria? | John Rettew | Outlook - Using Contacts | 1 | August 25th 06 08:35 PM |
How to create a distribution list based on contents of a text file | yjwonder | Outlook - Using Contacts | 1 | January 9th 06 11:12 PM |