|
From: Braedda on 4 Jul 2008 13:40 I'm using the "SendObject" function in an Access 2003 form to send emails. I have accurately filled in what should appear in the To, From, Subject, and Message Text fields. (The Message Text that I am entering is just simple text.) The email is Lotus Notes. In Lotus Notes Version 6.0.3, everything works perfectly. However, some of our users are running Version 6.5.5 of Lotus Notes. When these folks use the email functionality in my Access Database, the message text is dumped into the "To" field after the appropriate "To" field data. Obviously, there is something wrong within this version of Lotus Notes. But, I was wondering if there was any way I could attempt to better control the placement of the message text from within Access itself (maybe through programming syntax?). Thank you for any insight! Braedda
From: pietlinden on 4 Jul 2008 16:28 On Jul 4, 12:40 pm, Braedda <Brae...(a)discussions.microsoft.com> wrote: > I'm using the "SendObject" function in an Access 2003 form to send emails. I > have accurately filled in what should appear in the To, From, Subject, and > Message Text fields. (The Message Text that I am entering is just simple > text.) > > The email is Lotus Notes. In Lotus Notes Version 6.0.3, everything works > perfectly. However, some of our users are running Version 6.5.5 of Lotus > Notes. When these folks use the email functionality in my Access Database, > the message text is dumped into the "To" field after the appropriate "To" > field data. > > Obviously, there is something wrong within this version of Lotus Notes. > But, I was wondering if there was any way I could attempt to better control > the placement of the message text from within Access itself (maybe through > programming syntax?). > > Thank you for any insight! > > Braedda why not just use code that automates Lotus Notes directly? http://www.granite.ab.ca/access/email/lotusnotessample.htm
From: Braedda on 5 Jul 2008 12:13 Hi, Thanks for the response. I tried your code and got it to work. I do need the email to open up on the user's machine so they have an opportunity to include attachments from their hard drives. The user can then manually push the send button. Can you suggest how I can alter this code. "pietlinden(a)hotmail.com" wrote: > On Jul 4, 12:40 pm, Braedda <Brae...(a)discussions.microsoft.com> wrote: > > I'm using the "SendObject" function in an Access 2003 form to send emails. I > > have accurately filled in what should appear in the To, From, Subject, and > > Message Text fields. (The Message Text that I am entering is just simple > > text.) > > > > The email is Lotus Notes. In Lotus Notes Version 6.0.3, everything works > > perfectly. However, some of our users are running Version 6.5.5 of Lotus > > Notes. When these folks use the email functionality in my Access Database, > > the message text is dumped into the "To" field after the appropriate "To" > > field data. > > > > Obviously, there is something wrong within this version of Lotus Notes. > > But, I was wondering if there was any way I could attempt to better control > > the placement of the message text from within Access itself (maybe through > > programming syntax?). > > > > Thank you for any insight! > > > > Braedda > > why not just use code that automates Lotus Notes directly? > > http://www.granite.ab.ca/access/email/lotusnotessample.htm >
|
Pages: 1 Prev: Recording date of change in table Next: resetting autonumbering to 1 |