Since you have not provided your current table structure, this is how I would structure the tables
tblAddress
-pkAddressID primary key, autonumber
-txtAddress
-txtCity
-txtState
other fields pertinent to the address
tblPeople
-pkPeopleID primary key, autonumber
-fkAddressID foreign key to...