validation rule allow only "Business,Friend,Relative as choices

A

Andrew

How do I write the expression in my Validation rule that limits the choice to
Buisiness friend or relative? Thanks
 
B

Beetle

in the validation rule put;

"business" Or "friend" Or "relative"

then put some type of user message in the validation text
 
Top