Good morning..
I have the folliwing code inside my database so when I click on one of our staff name it starts up Outlook with the chaps name in the address bar:
Private Sub Label247_Click()
Application.FollowHyperlink “mailto:” & [Emailaddress]
End Sub
I am running two editions of Outlook on the system, and what I would like to do is use a particlar profile with the above code, would somebody know what I would add to do this?
kind regards
Steve Gulliver
Southampton UK