N
Niklas Östergren
Hi!
I know how to send an e-mail with ONE reciver address, like this:
=========================================
strEmailAddress = Me.txtEmailAdress
DoCmd.SendObject acSendNoObject, , acFormatTXT, Me.txtEmailAdress, ,
strEmailAddressFrom, "E-post från Kortedala MK", , , -1
=========================================
But how do I do if I´d like to send it to several reciver address in one
e-mail?
I have a form [frmListMembers] in which I display all members with valid
membership. In this form I have a field [chkSelected] which I use to select
one or several members which I´d like to do something with (send e-mail for
instance or delete or open up another form from where it´s possible to edit
the records and so on). Now I´d like to create a function making it possible
for the user to select several members and create ONE e-mail message with
multiple reciver addresses for the selected members.
This has to be possible, right!? But how?
TIA!
// Niklas
(P.S It´s late so I won´t read this forum untill tomorrow morning.)
I know how to send an e-mail with ONE reciver address, like this:
=========================================
strEmailAddress = Me.txtEmailAdress
DoCmd.SendObject acSendNoObject, , acFormatTXT, Me.txtEmailAdress, ,
strEmailAddressFrom, "E-post från Kortedala MK", , , -1
=========================================
But how do I do if I´d like to send it to several reciver address in one
e-mail?
I have a form [frmListMembers] in which I display all members with valid
membership. In this form I have a field [chkSelected] which I use to select
one or several members which I´d like to do something with (send e-mail for
instance or delete or open up another form from where it´s possible to edit
the records and so on). Now I´d like to create a function making it possible
for the user to select several members and create ONE e-mail message with
multiple reciver addresses for the selected members.
This has to be possible, right!? But how?
TIA!
// Niklas
(P.S It´s late so I won´t read this forum untill tomorrow morning.)