Can an Access field hold an html document

D

dennist685

Can an Access field hold an html document.

Not only with different fonts and colors, but with clickable links.

dennist685
 
F

freakazeud

Hi,
I'm not exactly sure what it is you are trying to achieve.
You can use a text datatype field in a table to store a full path to your
html document. You can then use the webbrowser control on a form and make it
navigate to the path stored in your field at runtime.
It should display your html file correctly.
If that is not what you are after then maybe this:
http://www.lebans.com/htmleditor.htm
can help you a little more, or try to clarify your intentions.
HTH
Good luck
 
Top