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

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

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

"business" Or "friend" Or "relative"

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