G
Guest
Greetins all. Suppose I have a table with two columns 'A' and 'B', where A
is a job# and B is a product. Is there a way to query against the table and
show all products in column B on a single line with the job# in column A
listed only once.
I tried selecting job# then doing a series of case statements to make a
column for every product in Column B, but I still ended up with a line for
every entry in Column A. Basically I need this:
JOB1 Product 1 Product 2 Product3 Product4
rather than this:
JOB1 Product 1
JOB1 Product 2
JOB1 Product 3
JOB1 Product 4
Any ideas? Thank you in advance. Access 200, SQL2K
is a job# and B is a product. Is there a way to query against the table and
show all products in column B on a single line with the job# in column A
listed only once.
I tried selecting job# then doing a series of case statements to make a
column for every product in Column B, but I still ended up with a line for
every entry in Column A. Basically I need this:
JOB1 Product 1 Product 2 Product3 Product4
rather than this:
JOB1 Product 1
JOB1 Product 2
JOB1 Product 3
JOB1 Product 4
Any ideas? Thank you in advance. Access 200, SQL2K