S
Scott
Try coding the doubleclick event to:
Application.FollowHyperlink ("mailto:" & theAddress)
where theAddress is the field value. There are other ways
to do this, but this is simple and avoids triggering
Outlook security.
Hope this helps!
Application.FollowHyperlink ("mailto:" & theAddress)
where theAddress is the field value. There are other ways
to do this, but this is simple and avoids triggering
Outlook security.
Hope this helps!