M
mj
Hi. Thanks for any help on this. I have a table with
account numbers and names of people at those accounts. The
table is just two columns: AccountNumber, Name. There are
more than one person at some accounts but, when that's the
case, the account number is duplicated and the other
person's name is listed like this:
12345 John Smith
12345 Sandy Jones
45676 Wil Scott
I'm trying to create a query that will do this:
12345 John Smith, Sandy Jones
45676 Wil Scott
Any thoughts? Thanks!
account numbers and names of people at those accounts. The
table is just two columns: AccountNumber, Name. There are
more than one person at some accounts but, when that's the
case, the account number is duplicated and the other
person's name is listed like this:
12345 John Smith
12345 Sandy Jones
45676 Wil Scott
I'm trying to create a query that will do this:
12345 John Smith, Sandy Jones
45676 Wil Scott
Any thoughts? Thanks!