I am trying to conditionally populate a field in Table2 by using data from Table1. Essentially both tables have fields A, B and C (i know this is a horrible design practice, but its not up to me). What I am trying to accomplish here is to populate field C in Table2 with that of a corresponding value in Table 1 in only in those instances where Table1.A=Table2.A AND Table1.B=Table2.B
Here's the table structure just in case:
Table1
=======
A
B
C
Table2
=======
A
B
C
Here's the table structure just in case:
Table1
=======
A
B
C
Table2
=======
A
B
C