use hyperlink for mail

T

Trellos

There is anyone that can help me to change a text format to hyperlink,

but the hyperlink not to open the ineternet explorer but microsoft

oulook for a new message?

eg. text is like that

[email protected]



i want to change it to hyperlink as

[email protected]



Thanks in advance

trellos
 
J

Jeff Boyce

Another approach would be to keep it as text, but add an event (say, the
Double-Click event) in the form you use to display the table data. When
dbl-clk'd, you could launch your emailer, using the text as the To: address.

JOPO (just one person's opinion)

Jeff Boyce
<Access MVP>
 
Top