G Guest Mar 22, 2004 #1 How to use the contents of the field "e-mail" of a query in Access as source for the "to" -field (the addressed people) o an e-mail mesage in Outlook Express?
How to use the contents of the field "e-mail" of a query in Access as source for the "to" -field (the addressed people) o an e-mail mesage in Outlook Express?
G Guest May 1, 2004 #2 insert following code into a button_double_click actio Dim strEmail as Strin strEmail = "mailto:" & Me.[EMail Application.FollowHyperlink Address:=strEmai
insert following code into a button_double_click actio Dim strEmail as Strin strEmail = "mailto:" & Me.[EMail Application.FollowHyperlink Address:=strEmai