Conditional Page Break

R

rbellis

I need to create a conditional page break that is based on a text box.
I know where to place the page breaks and how to set it as true and
false. I am having problems with the IF statement. I just need the
page break to happen when the text box data changes. This is not a
text box that is having data entered it is being pulled from a table.
Can someone please help.

Thank you
 
J

Jackie L

If the text box is not having data entered, when is the data getting changed?
You can use the On Dirty property when a record has been changed but I think
we might need some more info from you.

Jackie
 
R

rbellis

Jackie said:
If the text box is not having data entered, when is the data getting changed?
You can use the On Dirty property when a record has been changed but I think
we might need some more info from you.

Jackie

The data in the field gets changed from the table. so txtbx1 on the
report changes when it goes down through the rows.
 
J

Jackie L

Try putting your text box in the sorting and grouping, having a group footer
and putting the page break in the footer.
 
Top