Are you really trying to add some choices to a combobox? You can do this in the
initial values of the combobox. Take a look at the following page:
To populate a combo box on a Microsoft Outlook form 5/10/2006
Microsoft Outlook VBScript code sample to populate a combo or list box on an
Outlook form using an ADO disconnected recordset.
Yes. Its just two values - TEN and CONF. I can't seem to find documentation
explaining how to do that as in which properties and the format. I tried the
format used in Access as in "TEN";"CONF" which didn't work.
A user-defined field is an Outlook property. In that case, you can enter the values for the list in the Possible Values property of the control's Value tab, separated by semi-colons: TEN;CONF
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
....and just why is it that for the life of me I couldn't find that
information in Help.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.