agaperrk Posted May 22, 2008 Posted May 22, 2008 (edited) 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, 2008 by Guest
mr_vodka Posted May 22, 2008 Posted May 22, 2008 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; ¶; ", " )
Recommended Posts
This topic is 6089 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now