![]() |
| 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. |
|
|||||||
| Tags: contacts, creating, dropdown, export, fields, list, required |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am updating a contact form and have a few questions
1. How do I create a Dropdown List and add the values? 2. Can I make fields “mandatory” and how? (Basically I want certain fields filled out before the form can be saved. 3. I have several contacts that I want to transfer/export to my new form. How can I do that? Thank you. |
| Ads |
|
#2
|
|||
|
|||
|
1) See http://www.outlookcode.com/d/formcontrols.htm#listcombo
2) Two methods -- enter a validation formula and prompt on the control's Validation tab in its Properties dialog or write code behind the form's Item_Write event handler. 3) You need to change the MessageClass on the existing items to point to your new form's class. See http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools and scripts to accomplish this. FYI, there is a newsgroup specifically for Outlook forms issues "down the hall" at microsoft.public.outlook.program_forms or, via web interface, at http://www.microsoft.com/office/comm...rogram_f orms -- 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 "CC" wrote in message news ![]() I am updating a contact form and have a few questions 1. How do I create a Dropdown List and add the values? 2. Can I make fields “mandatory” and how? (Basically I want certain fields filled out before the form can be saved. 3. I have several contacts that I want to transfer/export to my new form. How can I do that? Thank you. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I export Contacts and ensure BusinessStreet fields map OK? | Jemmeroni | Outlook - Using Contacts | 3 | February 27th 06 10:16 PM |
| Export & Import of outlook 2003 "User Defined Fields" at folder le | Kamele0n | Outlook - Using Contacts | 1 | February 25th 06 05:34 PM |
| I cannot see the contacts when creating a new message | Cathy | Outlook - Using Contacts | 1 | February 22nd 06 08:34 PM |
| choice of fields to view when viewing members of DIstribution list | view for Distribution List members | Outlook - Using Contacts | 1 | February 3rd 06 02:49 PM |
| I can't get my contacts to show up when creating emails | riverrat | Outlook - Using Contacts | 1 | January 10th 06 03:25 AM |