J JJ Registered User. Local time Today, 08:01 Joined Mar 25, 2000 Messages 10 Jun 6, 2000 #1 I'd like to create a form that automatically opens Outlook Express and inserts the email address when I double-click on that particular email address. Any suggestions on how to accomplish this? Thanks.
I'd like to create a form that automatically opens Outlook Express and inserts the email address when I double-click on that particular email address. Any suggestions on how to accomplish this? Thanks.
M Mitch Registered User. Local time Today, 08:01 Joined May 23, 2000 Messages 31 Jun 6, 2000 #2 Ok you use the send object command :- Docmd.SendObject acSendNoObject,,,[E-mailAddress],,,[Title],,,False and that should work. This command can also be amended to control other aspects such as CC:, Attachments, Enter standard messages. HTH Mitch.
Ok you use the send object command :- Docmd.SendObject acSendNoObject,,,[E-mailAddress],,,[Title],,,False and that should work. This command can also be amended to control other aspects such as CC:, Attachments, Enter standard messages. HTH Mitch.