Hi All,
i am having a little challenge here (you know there are no Problems, just ...). Anyway:
I am having a form in Outlook 98 where I contact a technical helpdesk. In the form I have 2 comboboxes. I want to restrict the choices of the second box depending on the choice made in the first box.
I am looking for something like:
if combo1Choice=option1
then combo2Options=Option1,Option2,Option3
Else
If Combo1Choice=Option2
then combo2Options=Option4,Option5,Option6
...
First of all, is something like this possible (e.G. VBA) and then, how do I get the code behind the comboboxes?
Happy New Year ...
Klaus
i am having a little challenge here (you know there are no Problems, just ...). Anyway:
I am having a form in Outlook 98 where I contact a technical helpdesk. In the form I have 2 comboboxes. I want to restrict the choices of the second box depending on the choice made in the first box.
I am looking for something like:
if combo1Choice=option1
then combo2Options=Option1,Option2,Option3
Else
If Combo1Choice=Option2
then combo2Options=Option4,Option5,Option6
...
First of all, is something like this possible (e.G. VBA) and then, how do I get the code behind the comboboxes?
Happy New Year ...
Klaus