Newbies Adam Ney Posted September 25, 2001 Newbies Posted September 25, 2001 I have a text field that has over 10 lines of data. It is a list of activities. Is there any way to format this field to display in two columns.
Kurt Knippel Posted September 25, 2001 Posted September 25, 2001 I'd suggest 2 calculations: The first one counts the number of paragraph returns, finds the position of the middle one, and takes all the characters up to that point. The second one counts the number of paragraph returns, finds the position of the middle one, and takes all the characters after that point. Then display them side by side.
Recommended Posts
This topic is 8531 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