compare two tables and update

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

Guest

i have a table a and table b / Both tables have the same primary key field
LSE NO / many of the fields in both tables are identical / where the primary
keys match i would like to have table a check table b's identical fields and
update table a if table a has a null record / thanks gary
 
proenergy said:
i have a table a and table b / Both tables have the same primary key
field
LSE NO / many of the fields in both tables are identical / where the
primary keys match i would like to have table a check table b's identical
fields and update table a if table a has a null record / thanks gary

A little work with and update query.

The help file as some good information on the subject.
 
I have been able to use the update wizard to select the two tables involved,
note what fields are to be updated, but when I try and put "is null"
in as criteria I get 0 returns. If I try one field at a time it works
great, but I have multiple fields to update,.....hellllpppp. thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top