PDA

View Full Version : Email links


weaverweb
05-13-2005, 07:18 PM
Hi have just set up my first db but i would like my Email field to be a Email link to the ented email address.

Please could anyone help me with this?
How do i make email address an email link ????

Thank you for your kind help

cu-it-up
05-15-2005, 03:52 PM
Well if it is a VarChar field you could enter the email like so:
<a href = mailto:someemail@somewhere.com>name</a>

I guess there may be an easier way but this works.

cheers..,..,,