HTML in Database

B

Bil Click

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...
 
D

Douglas J. Steele

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.
 
B

Bil Click

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.
 
Top