Forum Discussion
MarkShnier
13 years agoQrew Cadet
No. You cannot make multiple selections. The best you can do is to have a series of separate checkboxes where the users check off say [Orange] [Red] and [Blue] and then display that back in a formula text field such as
List(",",
IF([orange],"Orange"),
IF([red],"Red"),
IF([blue],"Blue"))
List(",",
IF([orange],"Orange"),
IF([red],"Red"),
IF([blue],"Blue"))