I have a select query with the new record that should be added across multiple joined tables like:
Tables "local_part", "bill_to" and "customer_part" are joined with one to many relations and now I have a query from sales table with new customer part number and bil_to # .
How can I update the new record like this cust.part no and bill to number or that can be also linking like new customer part numer and old bill to # .
Can somebody can help me with this please?
Thanks
Tables "local_part", "bill_to" and "customer_part" are joined with one to many relations and now I have a query from sales table with new customer part number and bil_to # .
How can I update the new record like this cust.part no and bill to number or that can be also linking like new customer part numer and old bill to # .
Can somebody can help me with this please?
Thanks