![]() |
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 Outlook to assign a unique number to each new task that is entered by
many users sharing the same task folder. The unique number will consist of yyyymmxxxx (where xxxx is a running number from 0001 to 9999). The number will be entered in to a custom field each time a new task form is saved. Can this be done? Many thanks |
#2
|
|||
|
|||
![]()
If you need a sequential number, not just a unique number, here are some methods you can use:
1) 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) 2) In a custom Outlook form, republish the form after each use to reset the number. See http://www.outlookexchange.com/artic...ptoutforms.asp 3) 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 "Paul White" wrote in message ... I need Outlook to assign a unique number to each new task that is entered by many users sharing the same task folder. The unique number will consist of yyyymmxxxx (where xxxx is a running number from 0001 to 9999). The number will be entered in to a custom field each time a new task form is saved. Can this be done? Many thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Read custom task request form | edro61 | Outlook - Using Forms | 7 | June 5th 06 08:13 PM |
DTPicker replacement for Due Date control on Custom Task Form | Michelle | Outlook - Using Forms | 0 | May 30th 06 06:22 PM |
Task Message based on custom form goes to Inbox | Don Wilkinson | Outlook - Using Forms | 5 | May 23rd 06 10:22 PM |
How to use custom task form in Web Outlook | DougMunday | Outlook - Using Forms | 1 | April 7th 06 01:18 PM |
Auto Number in a Custom Post Form | Chuck Rich | Outlook - Using Forms | 1 | February 13th 06 07:28 PM |