Hello!
Is it possible to have a multi-select lookup column? If so, how do you set it to *multi-select* ?
I have created two lists:
* 'tagList' only has one column ('tags'), which contains individual tags (type: single line of text) listed in their own row inside of that column.
* 'itemList' contains all of my items (which use multiple columns) ... and one of the columns: 'tagLookup' , is a lookup-column (that looks up to the 'tags' column inside my 'tagList'), but the user can only select one item...not multiple.
(I saw that if you take away the "Enforce Behavior Relationship" of the lookup column, you can allow multi-select for the column. But wouldn't we want to enforce the behavior relationship to allow consistency between the lookup column and that list it looks up to?)
Is there another way to allow multi-select for that lookup column without having to disable "enforce behavior relationship" ?