alexkeel79
MIS
I am trying to write and update query where the 'newvalue' is the value in another table.
Ex.
Tbl1 Elements
- ID
- newVal
Tbl2 Elements
- ID
- updateVal
I am trying to write an update query where in Tble2 updateVal becomes newVal in Tbl1 matching on ID. Is it possible to write an update query in this way?
Ex.
Tbl1 Elements
- ID
- newVal
Tbl2 Elements
- ID
- updateVal
I am trying to write an update query where in Tble2 updateVal becomes newVal in Tbl1 matching on ID. Is it possible to write an update query in this way?