I have a query that calls a function to populate a column.
The function returns a string with embedded vbLf and vbCr (linefeeds and carriage returns).
The resulting string has the "square box" character that signifies a non-recognized character.
Question - can I use characters other than vbLf and vbCr in my code so that the system recognizes them?
Thanks in advance,
Jeff
The function returns a string with embedded vbLf and vbCr (linefeeds and carriage returns).
The resulting string has the "square box" character that signifies a non-recognized character.
Question - can I use characters other than vbLf and vbCr in my code so that the system recognizes them?
Thanks in advance,
Jeff