Outlook Validation formula help

Joined
Dec 13, 2010
Messages
1
Reaction score
0
Hi,

I have ComboBox labelled [List1] and a TextBox labelled [Text1]

In [List1] I have a text list such as;

Concession
Referral
Team Leader

[Text1] is currently empty, i want to add the validation formula to this so that;

IF[List1] = "Concession",[Text1] = "Whatever" OR
IF[List1] = "Referral",[Text1] = "Whatever1" OR
IF[List1] = "Team Leader",[Text1] = "Whatever2" OR

I have searched for hours on documentation, unlike Excel resources are hard so I would prefer a direct answer if possible.

Thanks for your time,
 
Back
Top