E-mail from Command Button

D

Danielsp59

I am wanting to place a command button on the base of a form. WHen the user
clicks it, an e-mail containing reference tp the "PrimaryKey" field for that
item is sent to a fixed e-mail address. Once done, I want to alter a
CheckBox value to "Yes" so that I can filter out forms that have been 'sent'.
Can anyone help me? (oh, the e-mail client is Lotus Notes, if that matters).
Thanks
 
B

BruceM

SendObject works with Outlook, Outlook Express, and Eudora. It may work with
other e-mail programs, but it apparently does not work (at least not without
some tinkering) with Lotus Notes. I did a Google groups search (a good place
to start with any question) and came up with the following:
http://www.granite.ab.ca/access/email/lotusnotessample.htm
If you search Google Groups for something like:
Microsoft Access e-mail Lotus
or:
"microsoft.public.access" e-mail Lotus
you should find plently of responses. If you include SendObject in your
search you will find some useful information, but you will also find quite a
bit of ranting by people who are disappointed that you can't use Access to
send attachments other than Access Objects, and other similar grumblings.
 
Top