I have 3 tables: CUSTOMER_ORDER, SHIPPER, SHIPPER_LINE
The SHIPPER table has a field called INVOICE_ID.
I want to select records from the SHIPPER where INVOICE_ID may or may not be Null, at the same time I am filtering for a field in SHIPPER_LINE called SERVICE_CHARGE_ID (parametered)
So user enters a Service charge Id and all the Orders come up whether there is an invoice or not.
Thanks for any advice
The SHIPPER table has a field called INVOICE_ID.
I want to select records from the SHIPPER where INVOICE_ID may or may not be Null, at the same time I am filtering for a field in SHIPPER_LINE called SERVICE_CHARGE_ID (parametered)
So user enters a Service charge Id and all the Orders come up whether there is an invoice or not.
Thanks for any advice