Hi all!
Further to thread thread184-1663610:
One of my users should like to get in a report on one row fields of seperate records.
Although I presume there is not such an SQL_function I like to give it a try:
So table is:
ID - Client - RemarkID - [left outer Remark]
1 3 12 Friend
2 7 11 Family
3 3 1 Neighbour
4 3 2 Collegue
5 1 11 Family
6 4 5 Nephew
So an SQL function should result in:
3 Friend,Neighbour, Collegue
7 Family
4 Nephew
Does such exists or should I create a cursor using Scan Endscan?
-Bart
Further to thread thread184-1663610:
One of my users should like to get in a report on one row fields of seperate records.
Although I presume there is not such an SQL_function I like to give it a try:
So table is:
ID - Client - RemarkID - [left outer Remark]
1 3 12 Friend
2 7 11 Family
3 3 1 Neighbour
4 3 2 Collegue
5 1 11 Family
6 4 5 Nephew
So an SQL function should result in:
3 Friend,Neighbour, Collegue
7 Family
4 Nephew
Does such exists or should I create a cursor using Scan Endscan?
-Bart