Email

B

Bill Winter

I have an Access database with emails, When the page loads I would like to
have them as a mailto: so it fires up the users email. All info from the
database is showing on the page just cannot fire up the email client.

Thanks
Bill Winter
 
T

Thomas A. Rowe

Is this page loading directly from Access in Windows or are you working with a ASP page the that is
reading from the Access database on the web?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
A

Andrew Murray

In Design view, select the field that stores your email addresses, then
double click it and select the option that says "Display as hyperlink".
 
Top