G
Guest
Is there a query or another way that I can change the way my data is arranged?
This is how the table is now:
Address, Name
105W 200N, Paul
203N 500E, Joe
1212S 100W, Rick
113S 200N, Bill
105W 200N, Sue
1212S 100W, Ron
105W 200N, Bill
This is how I would like it arranged so I can use it to label a map in a GIS
application. I need to label the map with all occupants residing at the
specific address. The GIS application can only join the spatial table and
data table in a one-to-one relationship.
Address, Name1, Name2, Name3
105W 200N, Paul, Sue, Bill
203N 500E, Joe
1212S 100W, Rick, Ron
113S 200N, Bill
This is how the table is now:
Address, Name
105W 200N, Paul
203N 500E, Joe
1212S 100W, Rick
113S 200N, Bill
105W 200N, Sue
1212S 100W, Ron
105W 200N, Bill
This is how I would like it arranged so I can use it to label a map in a GIS
application. I need to label the map with all occupants residing at the
specific address. The GIS application can only join the spatial table and
data table in a one-to-one relationship.
Address, Name1, Name2, Name3
105W 200N, Paul, Sue, Bill
203N 500E, Joe
1212S 100W, Rick, Ron
113S 200N, Bill