April 29, 200520 yr Let's say I am showing a field's value utilizing the <<entervariablenamehere>> technique. (the value list is a series of check boxes) If I have a value list it is currently listing the value in the following manner: Cats Dogs Mice I want it to display this way instead: Cats, Dogs, Mice Is there a way to do this at all? Am I thinking it's difficult when it is really something simple? Please help! (I'm still trying to learn)
April 29, 200520 yr Use the substitute function to replace line breaks with a comma and space: Substitute(theValuelistData;
April 29, 200520 yr Author I knew it was going to be something inanely simple. Thanks Bob Yer my hero!
Create an account or sign in to comment