North2Alaska Posted June 9, 2007 Posted June 9, 2007 I have a field that holds the lyrics of a song. When printing/previewing, I want the lyrics to be all on one page. But some of the songs get cut off. Is there a way to split the text into two columns on the same page?
comment Posted June 10, 2007 Posted June 10, 2007 You could do this with a couple of calculation fields, something like: LeftValues ( text ; n ) for the left column, and: RightValues ( text ; ValueCount ( text ) - n ) for the right column - where n is the number of lines that will fit on your page. You could also split them in half, using Ceiling ( ValueCount ( text ) / 2 ) as your split point.
Recommended Posts
This topic is 6377 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