Re: sending data to multiple people
- From: "Arvin Meyer [MVP]" <a@xxxxx>
- Date: Sun, 28 Sep 2008 09:32:29 -0400
OK, I have a sample of exactly what you are asking at:
http://www.datastrat.com/Download/EmailSenate2K.zip
Please do not actually send the emails to the senators.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"Jean-Paul" <jp.dewinter@xxxxxxxxxx> wrote in message
news:sSEDk.3972$a24.3375@xxxxxxxxxxxxxxxx
OK... this I understand but,
When I click a name in a listbox it should appear in the entryfield which
I fianlly will use in the sendObject command.
exapmle:
I have a listbox with Arvin, John, Mary, Daisy
I click John,
John is put in the field
automatically a ; is placed behind the name
then I click Daisy
Daisy appears in the field
So fianlly I get
John@whatever; Daisy@whatever
What command do I need in the listbox
How to get it in the field
What for the last name because, normally I would have something like
John@whatever; Daisy@whatever;
Where the last ; is too much
Thanks
Arvin Meyer [MVP] wrote:
The first column of a listbox can be referred to like:
Me.Personeelslijst.Column(0)
The second column would be:
Me.Personeelslijst.Column(1)
and so on. SendObject recognizes the email address only in the To field,
but you can put the person's name in the body of the message.
A semi-colon ; is used to separate email addresses.
.
- Follow-Ups:
- Re: sending data to multiple people
- From: Jean-Paul
- Re: sending data to multiple people
- References:
- sending data to multiple people
- From: Jean-Paul
- Re: sending data to multiple people
- From: Arvin Meyer [MVP]
- Re: sending data to multiple people
- From: Jean-Paul
- sending data to multiple people
- Prev by Date: Re: Comma In VBA Value List
- Next by Date: Re: error with date-field
- Previous by thread: Re: sending data to multiple people
- Next by thread: Re: sending data to multiple people
- Index(es):
Relevant Pages
|