S
shanebgross
I want to create a button that will send one email to multiple addresses. I
have a table called users with a username, email address and yes/no field
called administrator. More than one user can be an administrator. I want
the button to send an email to all users where administrator is yes. I can
use the docmd.sendobject method with a dlookup function for the "to" , but
that will only get me one address. I think I need some sort of sql statement
or have to use a recordset to get all of them to show properly in the "to"
field of the email message. How do I do it?
have a table called users with a username, email address and yes/no field
called administrator. More than one user can be an administrator. I want
the button to send an email to all users where administrator is yes. I can
use the docmd.sendobject method with a dlookup function for the "to" , but
that will only get me one address. I think I need some sort of sql statement
or have to use a recordset to get all of them to show properly in the "to"
field of the email message. How do I do it?