The Using Conditional Breaks Based on Data snippet demonstrates the application of conditional breaks to repeating subforms. As opposed to paginating in response to data overflow, conditional breaks allow you to manually control how a subform breaks in a form based on a series of checks called
conditional statements. In this example, three content areas are used to organize the data into three columns when the form is rendered. When the category changes, a break is inserted and the new category starts at the top of the next column.