Lists from Dropdown ComboBox

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

Guest

I would like to create a form that uses two combobox dropdown lists.
However, I would like the available options in the second list, to be
determined by the selection of the first list.

Can this be done? I'm very much a newbie with Outlook forms. If so, here's
hoping it's an easy solution, as those who I'll provide this to would be
WOW'd.. :)

thanks!
John
 
I would like to create a form that uses two combobox dropdown lists.
However, I would like the available options in the second list, to be
determined by the selection of the first list.

Can this be done? I'm very much a newbie with Outlook forms. If so, here's
hoping it's an easy solution, as those who I'll provide this to would be
WOW'd.. :)
I did this a long time ago. The original form and code can be found at: select
a specific contact from all contacts.

the custom form allows the selection of a specific contact from all the items
for a company in the contact folder. also attached is a text file that
describes how it might be set up in a folder, and then presents a brief
functional description of the various subroutines.

http://www.outlookexchange.com/articles/home/outlookcodeexample.asp#33

You will probably have to convert the code to run with what-ever object model
you are using.
 
Back
Top