Update query

F

Floyd Forbes

I have two tables with all most the same information. How can I update from
one table to another
using an update query. I am trying to replace missing data from one table to
another.
 
D

Duane Hookom

What kind of results did you get? This generally requires the tables be
joined on the primary keys from the tables.
 
Top