I'm using Crystal 8.5 against an Oracle DB and am wondering what the best way is to accomplish the following is
Pull inventory for items that either
a) have a schedule against them
b) have messages against them (MRP)
then show the schedules and/or MRP messages
a) and b) are independent of each other.
I can use subreports to generate the info once I know I have the right items - but how to determine which items I need to start with?
I'm presuming either an EXISTS clause or something of the like would handle this?
Pull inventory for items that either
a) have a schedule against them
b) have messages against them (MRP)
then show the schedules and/or MRP messages
a) and b) are independent of each other.
I can use subreports to generate the info once I know I have the right items - but how to determine which items I need to start with?
I'm presuming either an EXISTS clause or something of the like would handle this?