Hi All,
I have tried to replace the little square boxes in the VersionString from a SQL Server (AccessFormat.jpg in the attached zip file as displayed in an Access textbox) with a vbCrLf during an INSERT INTO (to hopefully keep most of the formatting) with coding like these:
Replace(strVersionString, Chr(13) & Chr(10), vbCrLf)
Replace(strVersionString, Chr(13) & Chr(10), & vbCrLf &)
and a couple of other iterations which have not been successful.
(Picture WordFormat.jpg in the attached zip file is for your info as to how the VersionString appears in Word.)
Would someone please enlighten me in the proper method?
Thank you.