I am trying to replace line breaks in a memo field from an Access database. How can i read the line breaks in a memo field?
Why doesnt this code work?
<%= rstSearch2.Fields("subtitle"
.Value %><br>
<%= Replace(rstSearch2.Fields("text"
.Value, vbCrLf, "<BR>"
%>
Why doesnt this code work?
<%= rstSearch2.Fields("subtitle"
<%= Replace(rstSearch2.Fields("text"