J
JLB06LA
I'm hoping you all can help me, because I've reached a bit of a road block on
how to accomplish the following:
First, I have two files. One is a list of households and addresses. The
second is a list of the people who live in those households. There is a
unique identifier for each household assigned to each person.
Second, I need to create one file with only one unique address per record.
However, if there are multiple names associated with an address, then each
name must populate a separate field. How do I get the 2nd, 3rd and 4th names
into separate fields in single record with the household?
Ex.
Record, Unique ID, Household Name, Full Name
1, 238, Smith Family, Bob Smith
2, 238, Smith Family, Jane Smith
Would become...
Record #, Unique ID, Household Name, Full Name 1, Full Name 2
1, 238, Smith Family, Bob Smith, Jane Smith
how to accomplish the following:
First, I have two files. One is a list of households and addresses. The
second is a list of the people who live in those households. There is a
unique identifier for each household assigned to each person.
Second, I need to create one file with only one unique address per record.
However, if there are multiple names associated with an address, then each
name must populate a separate field. How do I get the 2nd, 3rd and 4th names
into separate fields in single record with the household?
Ex.
Record, Unique ID, Household Name, Full Name
1, 238, Smith Family, Bob Smith
2, 238, Smith Family, Jane Smith
Would become...
Record #, Unique ID, Household Name, Full Name 1, Full Name 2
1, 238, Smith Family, Bob Smith, Jane Smith