H
hoachen
I can't find a good example on the web showing how to update table with the
result from query. Table1 name "Agent1" column have: phone#(primary key),
birthdate, and agent (total record 100). table2 name "Agent 2" have the same
field (total record 150) except the data on agent is different.
I run a query for this two tables and want to update the table1 with the
table2 data where the phone#(primary Key). I want the result form the query
will replace the agent in Agent1 table.
How can i do that?
result from query. Table1 name "Agent1" column have: phone#(primary key),
birthdate, and agent (total record 100). table2 name "Agent 2" have the same
field (total record 150) except the data on agent is different.
I run a query for this two tables and want to update the table1 with the
table2 data where the phone#(primary Key). I want the result form the query
will replace the agent in Agent1 table.
How can i do that?