I tried your solution for above - now I get an error indicating that I cannot update the TABLE1.NAME to NULL.
Here's a example of the structure:
TABLE1
ID 121, NAME null
ID 123, NAME null
TABLE2
ID 121, NAME "Bob"
ID 122, NAME "Mike"
ID 123, NAME "Scott"
So...