I found a function to concatenate the results of a sql query. I want to use it as an aggregate string function in a sql statement. The function is:
module: 'modConcat' code:
------------------------------------------------
Option Compare Database
Option Explicit
Public Function Concat(pstrSQL...