Hi,
I can do a running sum in sql but can you do similar with a string.
I have a table with two colums, AllocationType, Category both text.
Ie
AllocationType Category
External IND
External ING
External CEC
Internal CEC
Internal DED
I would like the query to return
External IND; ING; CEC;
Internal CEC; DED;
Is it possible in SQL or can it only be done in VBA ?
THanks
MOrdja