gooseriver
IS-IT--Management
In Access 2000 in a module I have the following:
Function Tes(pTd1 As String, _
Optional pTd2 As String = ",") _
As String
I want to replace the "," with a carriage return. I run a query that calls this fucntion... I know this is simple but just cannot figure it out...
Function Tes(pTd1 As String, _
Optional pTd2 As String = ",") _
As String
I want to replace the "," with a carriage return. I run a query that calls this fucntion... I know this is simple but just cannot figure it out...