Hi, I'm having troubles writting a SQL query to update a column if the other two column's field are the same. Lets say i have two tables, table "A" and table "B". Table "A" has two columns "1" and "2" and table "B" has two columns "3" and "4". Suppose that Column "1" from table "A" and column "3" from table "B" has the same values. How do i run a update query to fill in the data in column "4" with data from column "2" if the data in column "1" matches column "3". I know this sounds confusing but this is the best i can come up with. I been trying to populate the data by using the update and where exist query but couldn't get the query to run.