![]() |
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 am new at forms, but willing to learn. I am trying to use the List Box. Nothing fancy yet! I am trying to create a list for types of loans, it is a constant non-changing list. How do I go about adding the choices? Loan Type: 202 223 232(f) 221 If I master this one list. I will then be able to master the 5 other static lists. |
#2
|
|||
|
|||
![]()
If you bind the control to an Outlook property (so that there's some place to store the data), you can set up the list using the Possible Values box on the Value tab of the control's Properties dialog. Otherwise, you'd need to write VBScript code behind the form. See http://www.outlookcode.com/article.aspx?ID=38 and http://www.outlookcode.com/article.aspx?ID=32.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Meg M" Meg wrote in message ... I am new at forms, but willing to learn. I am trying to use the List Box. Nothing fancy yet! I am trying to create a list for types of loans, it is a constant non-changing list. How do I go about adding the choices? Loan Type: 202 223 232(f) 221 If I master this one list. I will then be able to master the 5 other static lists. |
#3
|
|||
|
|||
![]()
Thanks Sue.. I worked on it at home and kept re-reading your artical, and it
finally clicked. Also it worked like a Charm! "Sue Mosher [MVP-Outlook]" wrote: If you bind the control to an Outlook property (so that there's some place to store the data), you can set up the list using the Possible Values box on the Value tab of the control's Properties dialog. Otherwise, you'd need to write VBScript code behind the form. See http://www.outlookcode.com/article.aspx?ID=38 and http://www.outlookcode.com/article.aspx?ID=32. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Meg M" Meg wrote in message ... I am new at forms, but willing to learn. I am trying to use the List Box. Nothing fancy yet! I am trying to create a list for types of loans, it is a constant non-changing list. How do I go about adding the choices? Loan Type: 202 223 232(f) 221 If I master this one list. I will then be able to master the 5 other static lists. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do I create a Drop Down Menu in an Outlook Form? | LoriDe | Outlook - Using Forms | 4 | May 24th 07 03:06 PM |
Design form dialogs "Look in" Drop down list is a mile long. | SteelCadman | Outlook - Using Forms | 3 | May 12th 07 12:56 PM |
Create a List Box in a new form | PR | Outlook - Using Forms | 6 | July 10th 06 08:55 PM |
Create Distribution List using Drag Drop from Contacts | Chris D. | Outlook - Using Contacts | 1 | March 2nd 06 10:22 PM |
Outlook deadly slow (mostly static!) when sending attachments | Spamfree! | Outlook - General Queries | 2 | January 24th 06 05:04 PM |