You should try to find a way to limit your data to one table.
You could make a lookup field in one table that pulls data from the other table.
That way when you change it it is changing the original table.
First_Table
name_ID (Primary key)
F_name
L_name
Second_Table
address_ID (Primary Key)...