I am trying to bring the SY03900.txtfield onto a SSRS report. I would like to preserve both the line breaks and the tabs that have been entered in GP.
I am using the following to preserve line breaks
=REPLACE(Fields!txtfield.Value,chr(13),vbCrLf)
(this formula is from a newsletter from Victoria Yudin's Flexible Solutions.)
How can I change this formula to also preserve the tabs (ie when the user inputting the data hits the tab key)?
Thank you.
*This post is locked for comments