HI There
I have 2 tables Table1 (T1_ID int, Invoice_no vchar) and Table2(T2_ID int, Invoice vchar, Product vchar).
The problem I have is that my client has records in Table2 Invoice with data from Table1 Column T1_Id and Invoice_no.
What I would like to do is to update Table2 Invoice with...