April 22, 200322 yr Hello, I have a series of items represented by a text field with vertical check boxes. I want the items / boxes that are checked to appear as a string of horizontal text. Currently they come out only vertically, with a return charcter after each one. ie ONE TWO THREE How can I do this? -Evan C
April 22, 200322 yr Basically, assuming you want to replace the paragraph mark with a space, one way is the "Substitute" function: Substitute(CheckBoxField, "
April 22, 200322 yr Hi Evan, This can be done, to see an example of how to do this, check out this file: One Line Value List Display by: Don Wieland and you can download a copy from his site: http://www.dwdataconcepts.com HTH Lee
Create an account or sign in to comment