HTML in Database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that pulls data from a field that has HTML code, specifically
"<BR>" and " ". How can I make my report insert a carriage return command
instead of displaying the "<BR>", and display "white space" instead of " "?
Thanks...
 
Do you want to keep the HTML, but change it for your report only? Best would
probably be to have a computed field in the query on which the report is
based, and use that computed field rather than your existing field.
 
Thanks again Doug, I will try that.

Douglas J. Steele said:
Do you want to keep the HTML, but change it for your report only? Best would
probably be to have a computed field in the query on which the report is
based, and use that computed field rather than your existing field.
 
Back
Top