View Single Post
 
Old 12-08-2010, 12:57 AM
aiwnjoo aiwnjoo is offline Windows XP Office 2007
Novice
 
Join Date: Dec 2010
Posts: 1
aiwnjoo is on a distinguished road
Default Outlook userform validation help

Hi,

Ok so we have a combo list box with these options in;

Test1
Test2
Test3

I have another box thats blank, i want to setup a validation of some sort that will do the following and input the result into the other box;

If combobox = Test1, second box = Test1Activate
If combobox = Test2, second box = Test2Activate
If combobox = Test3, second box = Test3Activate

Is this possible using the validation options? If so any guidance would be appreciated.

Thanks,
Reply With Quote