lsgtechuser
Programmer
Sorry if the title is a little confusing, I have a table that has multiple people per household with a household identifier. I'm trying to update a column in the table with all of the names from a given household concatinated together for mailing labels.
the table layout is as follows
UniquID, HHID, Fname, Lastname,.. ToBeUpdW/allNamesinHH
what would be the easiest way to do this? I'm sure it's much easier than I think it is.
the table layout is as follows
UniquID, HHID, Fname, Lastname,.. ToBeUpdW/allNamesinHH
what would be the easiest way to do this? I'm sure it's much easier than I think it is.