P
paulmitchell507
I run a access report that outputs employees names and email address's
from the database to the company intranet, the output format is MS-DOS
Text and file name is *.html. Just like the names, the email address
is harvested from a field in the database. How can I export the e-
mail address so when a use clicks on the relevant e-mail address on
the intranet page, their mail client opens ie. mailto.
I can recreate what I want manually using the following html:
<a href="mailto:[email protected]">[email protected]</a></font>
</td>
How can I include this in my access report where the text box
containing the email address field is called text47?
My current report outputs the e-mail address as regular text.
Regards,
Paul
from the database to the company intranet, the output format is MS-DOS
Text and file name is *.html. Just like the names, the email address
is harvested from a field in the database. How can I export the e-
mail address so when a use clicks on the relevant e-mail address on
the intranet page, their mail client opens ie. mailto.
I can recreate what I want manually using the following html:
<a href="mailto:[email protected]">[email protected]</a></font>
</td>
How can I include this in my access report where the text box
containing the email address field is called text47?
My current report outputs the e-mail address as regular text.
Regards,
Paul