Hi all,
I have a function in SQL that stores a string that will be inserted into Word during mail merge. I would like to add a newline character into that function in SQL so that when it gets inserted during mail merge MS word will recognize the character. I have tried using CHAR(13) + 'xxxxx' in the SQL function, but it only shows up in MS word as square blocks. I hope my question is making sense. Can someone please help?
Thanks in advance
I have a function in SQL that stores a string that will be inserted into Word during mail merge. I would like to add a newline character into that function in SQL so that when it gets inserted during mail merge MS word will recognize the character. I have tried using CHAR(13) + 'xxxxx' in the SQL function, but it only shows up in MS word as square blocks. I hope my question is making sense. Can someone please help?
Thanks in advance