Question : update query to take data from one table to another table

I have a database attached
I am trying to automate some procedures.
First step I am trying to do is.
(tbl1 and tbl2 have exactly same fields)
can i write an update statement to take the data from tbl1 and have it inserted it into tbl2-( Replacing the data in tbl2) ?
I do not want the data in tbl1 changed or deleted.

thank you
Attachments:
 
update example
 

Answer : update query to take data from one table to another table

Another alternative would be to imbedd your datasheet as a subform within a larger form that only has the ContactID in the recordsource.  Then use the master/child relationship to link the wrapper form to the subform, which contains you datasheet as the subform.
Random Solutions  
 
programming4us programming4us