Possible Duplicate:
How to join multiple records to single feature?
I am hoping to be able to link in the attribute table more than one line of data from a census entry per polygon. for example 8 separate lines of names and demographic info. I attached a spread sheet file to the attribute table but ended up with this in one continuous row or line; with "1" representing the id number for the polygon.
1 Peltier Jean 26 farmer 1 Gautier Louis 28 laborer
in one line,
I want two or more lines like this;
1 Peltier Jean 26 farmer
1 Gautier Louis 28 laborer
Is this possible? I want to keep demographic data tied to each person not within a continuous single line or row.