J
Joe Coulter
I have a database that is used to log details about received materials, when
a new receipt is entered, I want some of the record detail sent to a choosen
person via the users email when a button is clicked
I currently have a command button "eMail_Btn" with the following in the "On
Click" Event - Application.FollowHyperlink "mailto:" & Me.EMailAddress.Value
EMailAddress being the field on the input form to choose the email address
to send.
This works fine, but only Opens the email software and populates the To
section with the selected email address, but what I also need to do is also
populate the CC, Subject and include two or three pieces of information
within the body of the email with data also taken from fields within the
input form and automatically send the email.
I have been doing this with another system that emails to Lotus Notes from
Lotus Notes, but I now need to be able to change this to use any email
software.
I appreciate any help offered.
Joe
a new receipt is entered, I want some of the record detail sent to a choosen
person via the users email when a button is clicked
I currently have a command button "eMail_Btn" with the following in the "On
Click" Event - Application.FollowHyperlink "mailto:" & Me.EMailAddress.Value
EMailAddress being the field on the input form to choose the email address
to send.
This works fine, but only Opens the email software and populates the To
section with the selected email address, but what I also need to do is also
populate the CC, Subject and include two or three pieces of information
within the body of the email with data also taken from fields within the
input form and automatically send the email.
I have been doing this with another system that emails to Lotus Notes from
Lotus Notes, but I now need to be able to change this to use any email
software.
I appreciate any help offered.
Joe