barbarossaii
Master of Disaster
- Local time
- Today, 18:37
- Joined
- Dec 28, 2002
- Messages
- 70
Hi everyone,
need a special 'aggregate' query.
Got a table like this:
PrtNo..... txt
1.............txt1
1.............txt2
2.............txt3
2.............txt4
2.............txt5
3.............txt6
A query should return:
PrtNo..... ALLtxt
1.............txt1_txt2
2.............txt3_txt4_txt5
3.............txt6
Thought about grouping "partNo", creating (hidden) 'columns' containing the txts (one w/ the "First" and one w/ the "Last" function) and putting the txt-'colums' together....
But in my example this won't work because for PrtNo "2" I would need an additional "Second" - function (and later a "3rd"/"4th" etc function). And there is no such function in the graphic user interface I use to "programm" .....
All help is appreciated!
Thanks in advance,
Barbarossa II
need a special 'aggregate' query.
Got a table like this:
PrtNo..... txt
1.............txt1
1.............txt2
2.............txt3
2.............txt4
2.............txt5
3.............txt6
A query should return:
PrtNo..... ALLtxt
1.............txt1_txt2
2.............txt3_txt4_txt5
3.............txt6
Thought about grouping "partNo", creating (hidden) 'columns' containing the txts (one w/ the "First" and one w/ the "Last" function) and putting the txt-'colums' together....
But in my example this won't work because for PrtNo "2" I would need an additional "Second" - function (and later a "3rd"/"4th" etc function). And there is no such function in the graphic user interface I use to "programm" .....
All help is appreciated!
Thanks in advance,
Barbarossa II