Join when matching field are blank

Any ideas why the update query fixes the blanks but not the sorghum name? Thanks.
 
I would think something more like
Code:
UPDATE NAP_Crops_Dupl_Table SET [Crop Name] = 'Sorghum Dual - Purpose' WHERE [Crop Name] = 'Sorghum, Dual Purpose'
 
I had to do two separate update queries. Otherwise I got syntax errors.

I think it is working correctly now! Many thanks!
 
I had to do two separate update queries
Yes, much easier to do multiple updates.
 
A coworker suggested doing it within the queries I already had, rather than doing the update method. It worked! Thanks!
 

Users who are viewing this thread

Back
Top Bottom