Hi Guys,
I have a form called Employees, on this form I included a field labeled Email Address and a command button when click it should email the record base on the email address provided. In addition I am using Access 97 and I have Lotus R5 I also have Outlook 97 but the email directory I will be using is coming from Lotus Notes. Any suggestions has to how I should approach this.
This is what I have in the command button on Click:
DoCmd.SendObject acSendForm, [SERP Employees], [acFormatRTF], [Email Address], , , , [SERP Distribution Election], , [True]
Thanks
I have a form called Employees, on this form I included a field labeled Email Address and a command button when click it should email the record base on the email address provided. In addition I am using Access 97 and I have Lotus R5 I also have Outlook 97 but the email directory I will be using is coming from Lotus Notes. Any suggestions has to how I should approach this.
This is what I have in the command button on Click:
DoCmd.SendObject acSendForm, [SERP Employees], [acFormatRTF], [Email Address], , , , [SERP Distribution Election], , [True]
Thanks