Here is the sample data that I'm getting now.
SeqNum LoadNum Row PieceMark Weight
32 32.00 1 g1 17
33 32.00 1 g2 21
34 32.00 1 g3 22
35 33.00 1 g4 23
36 33.00 2 g5 23
What I need to have happen is for each set of unique LoadNum, I need to have a new page report. Sometimes there will be one load number sometimes there will be many LoadNums. I have tried grouping by LoadNum and then in the Selection Expert using the New Page After, but that didn't seem to work correctly. Thanks again for all the help
SeqNum LoadNum Row PieceMark Weight
32 32.00 1 g1 17
33 32.00 1 g2 21
34 32.00 1 g3 22
35 33.00 1 g4 23
36 33.00 2 g5 23
What I need to have happen is for each set of unique LoadNum, I need to have a new page report. Sometimes there will be one load number sometimes there will be many LoadNums. I have tried grouping by LoadNum and then in the Selection Expert using the New Page After, but that didn't seem to work correctly. Thanks again for all the help