Problem with saving form as html

S

SMoeller

I am trying to generate a html directory with clickable email addresses out
of my HR database. I created a from with the text field:

="<a href=""mailto:" & [UseEmail] & """>" & [UseEmail] & "</a>"

and save this form as a html file. When loading the html it shows:
<a href="mailto:[email protected]">[email protected]</a>
instead of a clickable mail address.

The generated source code is:
<a href="mailto:[email protected]">[email protected]</a>

How can I prevent that Access converts "<" into "<"? I have also tried to
use Chr(60) which also does not work.

How do others publish html's with clickable context????
 

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

Top