dropdown for custom field

D

djc

I have NEVER used outlook as anything other than an email client so this is
a dumb question. I want to add a custom field for contacts (which I have
done fine) but I want the user to select 1 of 3 options from a dropdown box.
I am comfortable programming vba and vbscript but I have never done it for
Outlook. I don't even know how to get the the vb window to try to access
help.

I probably don't even need to access the vb window to do what I want but I
would like to know how anyway.

anyone?
 
K

Ken Slovak - [MVP - Outlook]

Alt+F11 to open the Outlook VBA window so you can get programming
help.

http://www.slipstick.com/dev/index.htm for lots of Outlook development
information.

You can use the PossibleValues property of your drop-down to populate
the drop-down. Open the control's properties and enter a list
separated by semicolons for your list. Right-click on the control in
design mode, select Properties, then go to the Value tab and make your
entry in possible values.

The control won't retain its selected value in the form unless the
control is bound to a user defined field. See Slipstick's information
on form design and bound fields for more info on that.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 

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.

Ask a Question

Top