View Full Version : Email hyperlink from an access database
uncgis
04-01-2004, 11:12 AM
Does anyone know the ASP code to create a email link from a Access dataabase. I am pulling my data from an access database onto the web page..from that I want the email field to actually be an email link.. Thanks for the help
steurm
04-01-2004, 11:53 AM
you will have to code it. Something like
[quote]
dowhilenotrs.eof
response.write("<ahref="mailto:"&rs.fields("email")&"">"&rs.fields("email")&"</a>[b]")
rs.movenext
loop</CODE>
where rs is the recordset containing the records of your access database
--
Steurm
www.steurm.net/steurm
uncgis
04-02-2004, 06:48 AM
Thanks for the code...I am going to try it out now
vBulletin® ©Jelsoft Enterprises Ltd.