ClowneUser
MIS
What I need to do is match invoice numbers to delivery not numbers, but recently we had had an upgrade to the database/erp system, and all the ‘old’ delivery numbers are in one table and the new are in a different table.
Invoice_item_tab – this has the ‘old’ del_note_no
Customer_order_delivery_tab – this has the ‘new’ del_note_no
Invoice_tab – this has all the invoice_no
So what I would like to do is to write a simple query that looks at the invoice_tab for the invoice_no and see if it can match a del_note_no in ether the invoice_item_tab or the customer_order_delivery_tab.
Is this possible?
Any help would be much appreciated.
Mick.
Invoice_item_tab – this has the ‘old’ del_note_no
Customer_order_delivery_tab – this has the ‘new’ del_note_no
Invoice_tab – this has all the invoice_no
So what I would like to do is to write a simple query that looks at the invoice_tab for the invoice_no and see if it can match a del_note_no in ether the invoice_item_tab or the customer_order_delivery_tab.
Is this possible?
Any help would be much appreciated.
Mick.