Can an Access field hold an html document

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

Guest

Can an Access field hold an html document.

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

dennist685
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top