I am importing about 100 fields, and one is a memo field that can consist of many characters of text. I am trying to create a two column 10 up layout for printing. I want to be able to make the memo field flow to the next column if it is longer than the text box allows, in most cases it doesn’t. I’m assuming a column break needs to be added, and I’m not quite sure how to do that.
Right-click on your memo field and go into the Format Editor. On the Common tab look toward the bottom of the screen for the checkbox next to Keep Object Together. Clear the check. This defaults to be checked, but if left on, a memo field in a multi-column setup will rarely break across columns. With the checkbox cleared, your memo fields should split over columns. I tested this in version 12.0 and it worked at least in a test environment.
I thought that it did work, it does flow to the next column, but it also carries the next queries information. Rather than having the memo box by itself. Any suggestions on that