If you are really determined to do it this way, then your only option is to
edit the data structure for the contact table to add new fields for the
second address. And if that sounds like a very poor solution, that's
because it is. The correct solution is to establish a separate table for
addresses, so that there can be any number of addresses for any one contact.