HTML output from DBRW?

B

Brian Ashley

I'm outputting data using the database results wizard. One of the
fields contains html values such as <br> <b> etc. Is there a way I
can have the output interpret this as html instead of just outputting
it as text?

Right now you see the html code as text and it's driving me crazy.

thanks,
brian
 
K

Kathleen Anderson [MVP - FP]

In Normal view, right-click on the field, choose Database Column Value, and
put a check in the Column Value contains HTML box.
 
Top