concatanating values of one column

I

igowhari

Hi
How can I concatanate values of one column in a query. for example

data:
ID Text
1 A
1 B
1 C
2 A
2 D

result:
1 ABC
2 AD

Thanks
 
D

David F Cox

A crosstab query will do something similar, and may be able to do what you
need and more.
 

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