Combining fields in one row - how?

C

Chelle

I have a table with several columns of data that point to
a specific col. The common field is the Client Col. next
few columns are Companies that sold Products to the
Client. In my table, I have several duplicates of the
Client co name and on each row there is a Company Product
associated to that Client. I need to know how to bring
all the fields from each company product column/row into
one row. I have too many rows of data for the same
client. I only need one row of data with all the company
columns info in that row. Thanks for any help!
 
B

Bas Cost Budde

Chelle said:
I have a table with several columns of data that point to
a specific col. The common field is the Client Col. next
few columns are Companies that sold Products to the
Client. In my table, I have several duplicates of the
Client co name and on each row there is a Company Product
associated to that Client. I need to know how to bring
all the fields from each company product column/row into
one row. I have too many rows of data for the same
client. I only need one row of data with all the company
columns info in that row. Thanks for any help!

Create a Crosstab query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top