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 only the data from Table1 T1_ID
Table1
T1_ID ______________ Invoice_No
1___________________635
2___________________646
3___________________985
Table2
T2_ID___________Invoice________Product
1______________1______________beans
2______________646____________Bananas
3______________3______________Apples
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 only the data from Table1 T1_ID
Table1
T1_ID ______________ Invoice_No
1___________________635
2___________________646
3___________________985
Table2
T2_ID___________Invoice________Product
1______________1______________beans
2______________646____________Bananas
3______________3______________Apples