P
Patrick Graham
Hello, I kinda need help in a rush:
I have a table tblIPS that has ClientIDs (<- unique)and
ClientLName, ClientFName(<-unique), IPSID(<-duplicates).
I need a query that will combine ClientLName and
ClientFName of 2 or more people into one record and then
drop their individual records, based on similar IPSIDs.
So A table like this:
Kelly Robinson - 143
Mark Robinson - 143
Ted Robinson - 143
Andrew Mark - 200
Fred Derst - 450
Tessy McClockin - 117
Would end up like this:
Kelly Robinson, Mark Robinson, Ted Robinson - 143
Andrew Mark - 200
Fred Derst - 450
Tessy McClockin - 117
I have a table tblIPS that has ClientIDs (<- unique)and
ClientLName, ClientFName(<-unique), IPSID(<-duplicates).
I need a query that will combine ClientLName and
ClientFName of 2 or more people into one record and then
drop their individual records, based on similar IPSIDs.
So A table like this:
Kelly Robinson - 143
Mark Robinson - 143
Ted Robinson - 143
Andrew Mark - 200
Fred Derst - 450
Tessy McClockin - 117
Would end up like this:
Kelly Robinson, Mark Robinson, Ted Robinson - 143
Andrew Mark - 200
Fred Derst - 450
Tessy McClockin - 117