In the source data for my report, records are grouped, i.e. all sales for sales rep #1 appear as individual rows, then all sales for rep #2, then rep #3, etc. The number of rows per rep will vary each time the report is run, so there could be 5pp of sales for rep #1, one page for rep #2, etc.
I can identify the switch from one rep's records to a different rep's records based on the value of a certain field that appears in every row, i.e., if the field = 1 it's a rep #1 record, if field = 2 it's a rep #2 record, etc.
How can I force a page break each time the value of that field changes so that each rep's recordset begins at the top of a fresh page? Is there some kind of "OnChange" function I can apply, using the identifier field? Thanks!
I can identify the switch from one rep's records to a different rep's records based on the value of a certain field that appears in every row, i.e., if the field = 1 it's a rep #1 record, if field = 2 it's a rep #2 record, etc.
How can I force a page break each time the value of that field changes so that each rep's recordset begins at the top of a fresh page? Is there some kind of "OnChange" function I can apply, using the identifier field? Thanks!