May 22, 200817 yr I have a field with a value list Check Box. When a person selects more than one check box the field in another layout does not show all the values. Just the first one. It throws the other underneath the first row. How can I get the values to list side by side of each other I do not want the check boxes in the other layout. Thanks in advance Edited May 22, 200817 yr by Guest
May 22, 200817 yr When one clicks a checkbox, it creates a list. A B C If you want it rendered as A, B, C then you will need a calc to do it. Try Substitute (YourField; ¶; ", " )
Create an account or sign in to comment