I have two tables each with two fields:
tbl1: Check_Number, Mailed_Date
tbl2: Check_Number, New_Mailed_Date
I want to change Mailed Date in tbl1 to the New Mailed Date value in tbl2 where the check numbers match and without recordsets, just using Access queries. I can't get the Access queries to do this.