I have a table with the data organized as such:
Num Header Function
1 Places New York
2 Places Boston
3 Title Director
I would like the report to display it like this:
Places
-New York
-Boston
Title
-Director
So basically, I'm trying to come up with a report that groups the "Functions" by the same "Headers" and orders them by "Num." Does anyone know of a way to accomplish this and have it display like above? Thanks for any help!!
Num Header Function
1 Places New York
2 Places Boston
3 Title Director
I would like the report to display it like this:
Places
-New York
-Boston
Title
-Director
So basically, I'm trying to come up with a report that groups the "Functions" by the same "Headers" and orders them by "Num." Does anyone know of a way to accomplish this and have it display like above? Thanks for any help!!