I hope that someone may be able to help.
I have a table with an order number, line number and Status fields. Each order can have several lines and each line can have one of 6 Status's.
I need to write a simple report to find all orders with differing line Status's. Eg:
order_number: 000111
Line_number Status
001 3
002 1
003 3
Order_number: 000112
Line Number Status
001 1
002 3
An order with all lines with the sames status would not be displayed:
Order_number: 000110
Line Number Status
001 5
002 5
003 5
I have tried to use Previous and Next and have tried using subreports, but cannot seem to get it working. I have written a similar report (years ago) and know that it is possible, just can't seem to get my head around this one!
I am using a SQL Database with Crystal 8.5.
Many thanks in advance.
Justine.
I have a table with an order number, line number and Status fields. Each order can have several lines and each line can have one of 6 Status's.
I need to write a simple report to find all orders with differing line Status's. Eg:
order_number: 000111
Line_number Status
001 3
002 1
003 3
Order_number: 000112
Line Number Status
001 1
002 3
An order with all lines with the sames status would not be displayed:
Order_number: 000110
Line Number Status
001 5
002 5
003 5
I have tried to use Previous and Next and have tried using subreports, but cannot seem to get it working. I have written a similar report (years ago) and know that it is possible, just can't seem to get my head around this one!
I am using a SQL Database with Crystal 8.5.
Many thanks in advance.
Justine.