D
Dean Fraiquin
Hi,
I have a database with Company info, and a Products table
that is joined by unique client ID.
A new table is created which has one record for each
product listing the unique client ID.
I want to create a query whereby lt looks at the client
ID and creates a single field of all products seperated
by a comma and space. Now I've look around the web, and
it seems possible but I do not really understand the SQL
stuff. The query currently looks like this:
SELECT Services.ID, Services.[Client ID], Services.
[Product/Service]
FROM Services;
What additional text do I need to input to make my dreams
come true???
Many thanks for any help.
Dean Fraiquin
I have a database with Company info, and a Products table
that is joined by unique client ID.
A new table is created which has one record for each
product listing the unique client ID.
I want to create a query whereby lt looks at the client
ID and creates a single field of all products seperated
by a comma and space. Now I've look around the web, and
it seems possible but I do not really understand the SQL
stuff. The query currently looks like this:
SELECT Services.ID, Services.[Client ID], Services.
[Product/Service]
FROM Services;
What additional text do I need to input to make my dreams
come true???
Many thanks for any help.
Dean Fraiquin