Z
Zattack
I have two tables of data for example sake. One has addresses the other has
names. Both have key fields that are used to join the data from the two
tables. The relationship is 1 to many in that multiple names can exist for
each address. If I run a simple query to get names for each address, I will
recieve duplicate rows of the address data for each name. What I want to do
is have one row for each address that then lists multiple columns for each
name, however many that may be. Any suggestions?
names. Both have key fields that are used to join the data from the two
tables. The relationship is 1 to many in that multiple names can exist for
each address. If I run a simple query to get names for each address, I will
recieve duplicate rows of the address data for each name. What I want to do
is have one row for each address that then lists multiple columns for each
name, however many that may be. Any suggestions?