Hey guys,
I'm dealing with a problem that really is a result of poor table design. It's a simple address table, but instead of creating a field for address line 2, the table contains a second record for the same business.
Ex.
This is a problem for me because I'm importing this data into Word for envelope printing, and it would print out two envelopes.
Is there some way I can merge the two records into a single one with a new field called address line 2?
I'm dealing with a problem that really is a result of poor table design. It's a simple address table, but instead of creating a field for address line 2, the table contains a second record for the same business.
Ex.
Code:
NAME ADDRESS CITY STATE ZIP LINE NUMBER
REP HOUSE 121 WASHINGTON DALLAS TX 75217 1
REP HOUSE SUITE 123A DALLAS TX 75217 2
This is a problem for me because I'm importing this data into Word for envelope printing, and it would print out two envelopes.
Is there some way I can merge the two records into a single one with a new field called address line 2?