Search results

  1. S

    custom access 2002 sql function not working

    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...
Back
Top Bottom