Vivian M Posted July 29, 2008 Posted July 29, 2008 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?
comment Posted July 29, 2008 Posted July 29, 2008 Use a calculation field (result is Text) = Substitute ( YourCheckboxField ; ¶ ; ", " ) or another delimiter.
Recommended Posts
This topic is 5961 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