How do I create a custom field with a drop down box in contacts?

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

Guest

I am trying to personalise the "Contact" form in Outlook, bu inserting a
field which will then have a drop down box with values in it to choose from.

For example, if you are entering a "Title" for a Contact, there is a drop
down box which says "Mr, Mrs, Miss, Sir, etc and you then select one.

I want to create a user defined one of these...with my own values in
 
Click the Toolbox button on the form design toolbar. From the toolbox, drag a combo box to your form. On that control's Properties dialog, on the Value tab, you can set it to be bound to an Outlook property and can also set the Possible Values property of the control.

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
 
Back
Top