How do I add info to a dropdown list on a custom Outlook contact?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created a contact form and I can't figure out how to add information to
a drop down list. It's just a blank line. Please help!
 
I've created a custom contact form on Outlook 2003 and I can't figure out
how to add information to a drop down list. It's just a blank line. Please
help!
 
You can populate the rows of a combo box either through the control's Properties dialog or with code behind the form. See http://www.outlookcode.com/article.aspx?ID=32

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/com...spx?dg=microsoft.public.outlook.program_forms

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54
 
Back
Top