Single line output from Query

L

Lalatech

Hi I want to create an export wher weare collecting more than on valie for an
ID into one singel field. Sample shown below

Table
ID Value
1 text1
1 text2
1 text3

Output wanted
ID Value
1 text1 | text2 | text3

Can some one help
 
P

Piet Linden

Hi I want to create an export wher weare collecting more than on valie for an
ID into one singel field. Sample shown below

Table
ID       Value
1         text1
1         text2
1         text3

Output wanted
ID      Value
1        text1 | text2 | text3

Can some one help

Personally, I would store it properly and turn it into a non-
normalized format using a query... something like fConcatChild at
www.mvps.org/access

but it's your data.
 
P

Piet Linden

Hi I want to create an export wher weare collecting more than on valie for an
ID into one singel field. Sample shown below

Table
ID       Value
1         text1
1         text2
1         text3

Output wanted
ID      Value
1        text1 | text2 | text3

Can some one help

Personally, I would store it properly and turn it into a non-
normalized format using a query... something like fConcatChild at
www.mvps.org/access

but it's your data.
 

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