Hello -
I have 2 groups. Group 1: Station and Group 2: Parts.
The data is printed in group footer 2 and looks something like this:
Station Part Job
100 Abc 001
100 Def 002
100 Ghi 003
200 Abc 001
200 Def 002
Now I want the Station record to only print once if possible thus make the data look like this:
Station Part Job
100 Abc 001
Def 002
Ghi 003
200 Abc 001
Def 002
I'm thinking there may be an easy way to do this I am just not finding it for some reason. Any help would be great.
Thanks.
I have 2 groups. Group 1: Station and Group 2: Parts.
The data is printed in group footer 2 and looks something like this:
Station Part Job
100 Abc 001
100 Def 002
100 Ghi 003
200 Abc 001
200 Def 002
Now I want the Station record to only print once if possible thus make the data look like this:
Station Part Job
100 Abc 001
Def 002
Ghi 003
200 Abc 001
Def 002
I'm thinking there may be an easy way to do this I am just not finding it for some reason. Any help would be great.
Thanks.