Country Drop Down

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

Guest

Can someone help me put a drop down on a custom Contact form? I want to be
able to enter a passport number and then select a country from a drop down.
Additionally, I'd like to have a calendar GUI to select the passport issue
date and one for the expiration date. Any help?
 
See http://www.outlookcode.com/article.aspx?ID=32 for information on combo box controls, which is what you'll want to use.

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.
 
Back
Top