Crystal 9
Sql server 200 ODBC connection
I have a table tblLinks with primary Key tblLinks.LinkID and other two fields tblLinks.ParentCustomerID and tblLinks.CustomerID.Both the Customer ID fields link to the table tblCustomers.CustomerID.
The main report shows the Parent Customer Information and there is a subreport that shows Customer Information related to the parent customer
Issue Is:
I have a selection criteria on the sub report that the JobStatus for the Customer to only show Jobs that are Completed.
I dont want to see the Parent Customer record related to it on the main report if the Subreport is blank..
Eg:
Parent Customer ABC: - > Linked to Customer XYZ has no Completed Job
Then the subreport data is not selected but I dont want to show the Customer ABC data on the main report..
Please Adivce
Thanks,,.,
Sql server 200 ODBC connection
I have a table tblLinks with primary Key tblLinks.LinkID and other two fields tblLinks.ParentCustomerID and tblLinks.CustomerID.Both the Customer ID fields link to the table tblCustomers.CustomerID.
The main report shows the Parent Customer Information and there is a subreport that shows Customer Information related to the parent customer
Issue Is:
I have a selection criteria on the sub report that the JobStatus for the Customer to only show Jobs that are Completed.
I dont want to see the Parent Customer record related to it on the main report if the Subreport is blank..
Eg:
Parent Customer ABC: - > Linked to Customer XYZ has no Completed Job
Then the subreport data is not selected but I dont want to show the Customer ABC data on the main report..
Please Adivce
Thanks,,.,