Update query

  • Thread starter Thread starter Floyd Forbes
  • Start date Start date
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.
 
What kind of results did you get? This generally requires the tables be
joined on the primary keys from the tables.
 
Back
Top