> Hello
>
[quoted text clipped - 12 lines]
> Thanks
> G.Gerard
You are using a form for this (not a table), aren't you (I hope)!
Change that field's datatype from Hyperlink to Text.
Code the form control's Double-Click event:
Application.FollowHyperlink "MailTo:" & [ControlName]
Double-click on the control and your default mail program will open,
with the address filled in.
If you were to use a hyperlink datatype you would need to preface each
mail address with
MailTo:

Signature
Fred
Please only reply to this newsgroup.
I do not reply to personal email.