Append or Update or What?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 3 dbs. 1 main and 2 subs. the 2 subs have a table that is linked to
the main db. I would like to update the 3rd (main) db using a query and make
sure that I do not duplicate the records. Maybe by using a macro to put an X
in a subs table so that it will be different???
 
An Update Query will allow you to update the desired table with the desired
value.
 
Back
Top