page break if statement

G

Greg

Yes.

You can use an AutoText field as the true condition.

Select and page break and create an AutoText entery. Lets call is
pBreak

{IF{YourTest}="YourCondition"{AutoText "pBreak"}""}
 
Top