No way using a normal Access control like a textbox - unless you write the
code to parse the HTML yourself - and you really do not want to do that!
You need some kind of "HTML viewer" control. I know that the MS Web Browser
control works in Access. Perhaps you could save the content of the SQL field
into a temporary disk file, then display that file using the .Navigate
method of the web browser control? Search the web for "webbrowser control"
for more information on that control.
If there are other ways of doing this, I'd be interested to hear of them.
HTH,
TC