G Guest Jun 2, 2005 #1 I want to be able to double click on a contact database email address and have my Outlook come up wit the address in ready to go.
I want to be able to double click on a contact database email address and have my Outlook come up wit the address in ready to go.
J John Nurick Jun 3, 2005 #2 In the control's DoubleClick() event, put something like this: Application.FollowHyperlink "mailto:" & Me.ActiveControl.Value
In the control's DoubleClick() event, put something like this: Application.FollowHyperlink "mailto:" & Me.ActiveControl.Value