The first record in Amerstan_NewMonth always ends up with no match even thou
there is one...
Each record in the left table has a matching "GC_Claim" record in the right
table.
Can you see why this doesn't work (You can do an update from another table
using a join, can't you??????)
strSQL = "UPDATE Amerstan_NewMonth LEFT JOIN Clmno_Conversion " & _
"ON Amerstan_NewMonth.gc_claim = Clmno_Conversion.GC_CLAIM " & _
"SET Amerstan_NewMonth.claim_numb = Clmno_Conversion.CONV_CLM"
db.Execute strSQL
there is one...
Each record in the left table has a matching "GC_Claim" record in the right
table.
Can you see why this doesn't work (You can do an update from another table
using a join, can't you??????)
strSQL = "UPDATE Amerstan_NewMonth LEFT JOIN Clmno_Conversion " & _
"ON Amerstan_NewMonth.gc_claim = Clmno_Conversion.GC_CLAIM " & _
"SET Amerstan_NewMonth.claim_numb = Clmno_Conversion.CONV_CLM"
db.Execute strSQL