Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / July 2006

Tip: Looking for answers? Try searching our database.

sending Email via Outlook

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jessie - 25 Jul 2006 19:56 GMT
Hello All,

I need some help automatically sending email out using a command button.

Scenario:

I have to send out confirmation on attendees for a meeting.

Table structure:

Name
Email Address
Attending
No of Guests
No of Children

I want to be able to automatically create an email that will send to each
individual record that will indicate whether or not they are attending, how
many total guests and how many children. Also, if possible is there a way to
create the outlook message to have voting buttons so the recipients can just
click on "confirm" or "edited" to send the response back to me?

I would appreciate any help I can get with this.

Thanks,
Jessie
Ofer Cohen - 25 Jul 2006 20:58 GMT
One method:

Dim SendTo As String ,MySubject  As String, MyMessage As String
SendTo="abc@hotmail.com"
MySubject  = "Title"
MyMessage = Me.Field1Name & " " & Me.Field2Name
Docmd.SendObject acSendNoObject,,,SendTo,,,MySubject,MyMessage

Signature

Good Luck
BS"D

> Hello All,
>
[quoted text clipped - 22 lines]
> Thanks,
> Jessie
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.