A
awach
I have a report with a header and detail section. The report is designed like:
Customer Name (header)
type wholesalecost retailcost (detail)
And is printed like:
Customer Name1
type1 1 3
type2 1 2
type3 2 4
type1 1 2 *this is actually for a different
customer
type2 5 10
type3 4 5
What I would like it to be printed like is
Customer Name1
type1 1 3
type2 1 2
type3 2 4
***new page
Customer Name2
type1 1 2
type2 5 10
type3 4 5.....
When I try changing the setup to include columns it doesn't work. It cuts
each section into columns? Any ideas on how to do this? Thanks!
Customer Name (header)
type wholesalecost retailcost (detail)
And is printed like:
Customer Name1
type1 1 3
type2 1 2
type3 2 4
type1 1 2 *this is actually for a different
customer
type2 5 10
type3 4 5
What I would like it to be printed like is
Customer Name1
type1 1 3
type2 1 2
type3 2 4
***new page
Customer Name2
type1 1 2
type2 5 10
type3 4 5.....
When I try changing the setup to include columns it doesn't work. It cuts
each section into columns? Any ideas on how to do this? Thanks!