Hello
I am trying to print a report with data from the parent table and data from the child table on the same detail line. As is expected, the parent table information is repeated for as many records as the corresponding child record. Is it possible in Crystal to suppress the parent table data to print once for ever set of child table data?
For Example: The following is what happens:
Customer Order number
A 001
A 002
A 003
B 004
B 005
Is it possible to get the following to happen? Where the customer name is only repeated once for every order corresponding to the customer?
Customer Order number
A 001
002
003
B 004
005
wgg
I am trying to print a report with data from the parent table and data from the child table on the same detail line. As is expected, the parent table information is repeated for as many records as the corresponding child record. Is it possible in Crystal to suppress the parent table data to print once for ever set of child table data?
For Example: The following is what happens:
Customer Order number
A 001
A 002
A 003
B 004
B 005
Is it possible to get the following to happen? Where the customer name is only repeated once for every order corresponding to the customer?
Customer Order number
A 001
002
003
B 004
005
wgg