View Single Post
  #2  
Old November 27th 07, 02:51 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to create a Static drop down List in a Form

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.

Ads