"To" field as ComboBox

T

Tim Endemann

Hello,

I try to design a mail-form. I need a combobox for the "to" field. When I
bind a combobox at "to", it changes into a textbox. Any idea how to manage
this? I apologize for my English.

Regards,

Tim Endemann
 
S

Sue Mosher [MVP-Outlook]

Don't use a bound combo box. Use an unbound control and set the To value with its Click event.
 
Top