C
cinnie
I have data in my form that looks like the table below.
Order Heading Name
6 Group A Mutt
3 Group B Jeff
5 Group B Laurel
4 Group B Hardy
2 Group A Fran
1 Group A Ollie
I need to produce a report that lists the names in numerical order. The
data in the 2nd column are used as headers, but they should only show when
the header changes. Like this ....
Group A
1 Ollie
2 Fran
Group B
3 Jeff
4 Hardy
5 Laurel
Group A
6 Mutt
I'd really appreciate it if someone could point me in the right direction.
cinnie
Order Heading Name
6 Group A Mutt
3 Group B Jeff
5 Group B Laurel
4 Group B Hardy
2 Group A Fran
1 Group A Ollie
I need to produce a report that lists the names in numerical order. The
data in the 2nd column are used as headers, but they should only show when
the header changes. Like this ....
Group A
1 Ollie
2 Fran
Group B
3 Jeff
4 Hardy
5 Laurel
Group A
6 Mutt
I'd really appreciate it if someone could point me in the right direction.
cinnie