snobrdinrtiste
Programmer
hey guys sorry for the cryptic subject header but....
i have a problem of trying to query a table that has
for example 3 records that has the same information for the name, address, phone, etc. fields
EXCEPT for the comment field
so the records will look like this:
john doe1 - new york - Italian
john doe1 - new york - Blue Eyes
john doe1 - new york - Yankees Fan
so how would i do a query that returns just:
john doe1 - new york - Italian,Blue Eyes,Yankees Fan
i have a problem of trying to query a table that has
for example 3 records that has the same information for the name, address, phone, etc. fields
EXCEPT for the comment field
so the records will look like this:
john doe1 - new york - Italian
john doe1 - new york - Blue Eyes
john doe1 - new york - Yankees Fan
so how would i do a query that returns just:
john doe1 - new york - Italian,Blue Eyes,Yankees Fan