you want it a link in the database?
if so i think you change the "field" to be a hyperlink
if your going to get the results from a ASP Page then do this
<a href="<% if left(rs("field"), 7) <> "mailto:" then Response.Write("mailto:") end if
response.write(rs("Field") & """>" & rs("Field") & "</a>") %>
now, this will check to make sure it puts the "mailto:" in the hyper link if its not there, for this id use a text field in the datebase
if this isnt want you want, then give more details on wot you want to do, and i, or sumone else will try to help better