Update Query Question/Problem

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

Guest

Hi,

I have the following for an update query:

UPDATE tNEW RIGHT JOIN t05 ON tNEW.[Cust Material Number] = t05.[Cust
Material Number] SET tNEW.[Vendor Material Number] = t05.[Vendor Material
Number], tNEW.[Part Class] = t05.[Parts Class]
WHERE (((tNEW.[Vendor Material Number]) Is Null));

In checking to see the records that will be updated, it is returning those
in the Cust Material Number field that are null (only 10 records) and there
are many more that have null values in Vendor Material Number.

Can anyone tell me what I need to do to have it update the blank field in
Vendor Material Number in tNew when there are matches for Cust Material
Number in t05?

Your help is greatly appreciated!
Pam
 

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