July 29, 200817 yr On my layout, I am using a checkbox format so that a field can accept multiple entries from the value list. My problem is this, I want the input to be a checkbox so that users can check the boxes that apply, but I would like the printing of the field to be in a horizontal list format. I set the checkbox to not print and placed a field underneath that prints as an edit box. Unfortunately, it prints as a vertical list, not horizontal as I would prefer and need so it all fits on the form. I poured over the FM help and couldn't find a solution. Any ideas?
July 29, 200817 yr Use a calculation field (result is Text) = Substitute ( YourCheckboxField ; ¶ ; ", " ) or another delimiter.
Create an account or sign in to comment