![]() |
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 would like outlook to automatically assign a "Case Number" to all my
tasks when they are created. Logically, I want the numbers to begin at a certain number and then increase by one every time a new task is created (accumulator). Can Outlook 2003 handle this? Is this possible? Thanks. --Rick |
#2
|
|||
|
|||
![]()
Yes, that would be possible with code behind a custom task form. If you need a sequential number, not just a unique number, here are some methods you can use:
3) Use an autonumber table in SQL Server or Microsoft Access. (In my book, Listing 23.7 with Listing 23.4 or 23.3 to open the database. You can download the sample code from http://www.outlookcode.com/member/book.aspx ) 4) In a custom Outlook form, republish the form after each use to reset the number. See http://www.outlookexchange.com/artic...ptoutforms.asp 5) Use an Excel worksheet that contains VBA code to increment the number. See http://www.microsoft.com/office/comm...a-1324e136ff3a -- 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 wrote in message oups.com... I would like outlook to automatically assign a "Case Number" to all my tasks when they are created. Logically, I want the numbers to begin at a certain number and then increase by one every time a new task is created (accumulator). Can Outlook 2003 handle this? Is this possible? Thanks. --Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Created field (CreationTime Property) changed after migration | Jonas Wallin | Outlook - Using Contacts | 0 | July 4th 06 01:34 PM |
In a network. Can a TASK automatically tranfered to other comps? | Extra | Outlook - Using Contacts | 1 | July 1st 06 06:01 PM |
Can Outlook automatically email asst. when appointment created? | mh_white | Outlook - Calandaring | 0 | June 12th 06 09:54 PM |
Populate Company field from Contact field in custom task form | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 07:37 PM |
How do I move the Created field from the first page on Outlook | Sue Mosher [MVP-Outlook] | Outlook - Using Contacts | 0 | January 18th 06 05:21 PM |