Single Contact Multiple Addresses

T

TJ

How can I give a single contact with multiple addresses without creating a
new table for addresses and without assigning a new ID code for contact?
 
J

Jose_Montes_Jr

TJ said:
How can I give a single contact with multiple addresses without creating a
new table for addresses and without assigning a new ID code for contact?
 
T

ti976

no other option but to add more fields.

this may be not adhere to you 'no new id code', but you ad add another
field that reference another record on the table (assuming you are
using autonumber as id code). creates other complications as well.
 
Top