Email in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to sent more than one email address using this query?
Private Sub cmdSendEmail_Click()
DoCmd.SendObject,,,Me.
End Sub

Is it possible to SendObjects at all - more than one?
I need to email candidates about job vacancies, and would find it easier to
email them at once instead of individually, however Im having great
difficulty in creating a code that will allow this. I have looked on the
microsoft office site, and have not come up with anything...
Any help would be terrific. Thanks.
 
Kerry this was answered in your post from 4:57 this morning in the query
newsgroup.

You have so many posts out there that you can't remember what you have
already asked?
 
It was also answered by someone else in your post from 7:59 this morning in
the "forms" newsgroup.

Do you think we have nothing better to do than answer your questions over
and over again?

Stick to one post. If the answer does not help, reply to that same post and
say so. No need for new threads.
 
Sorry Rick, but the code I was given this morning doesnt seem to work... and
am wanting to find out what else I can do, as I have no answers myself.....

Thanks.

Rick B said:
It was also answered by someone else in your post from 7:59 this morning in
the "forms" newsgroup.

Do you think we have nothing better to do than answer your questions over
and over again?

Stick to one post. If the answer does not help, reply to that same post and
say so. No need for new threads.



Kerry said:
Is it possible to sent more than one email address using this query?
Private Sub cmdSendEmail_Click()
DoCmd.SendObject,,,Me.
End Sub

Is it possible to SendObjects at all - more than one?
I need to email candidates about job vacancies, and would find it easier to
email them at once instead of individually, however Im having great
difficulty in creating a code that will allow this. I have looked on the
microsoft office site, and have not come up with anything...
Any help would be terrific. Thanks.[/QUOTE]
[/QUOTE]
 
Then reply to the post this morning stating it does not work and explain why
so that person can help you.



Kerry said:
Sorry Rick, but the code I was given this morning doesnt seem to work... and
am wanting to find out what else I can do, as I have no answers myself.....

Thanks.

Rick B said:
It was also answered by someone else in your post from 7:59 this morning in
the "forms" newsgroup.

Do you think we have nothing better to do than answer your questions over
and over again?

Stick to one post. If the answer does not help, reply to that same post and
say so. No need for new threads.



Kerry said:
Is it possible to sent more than one email address using this query?
Private Sub cmdSendEmail_Click()
DoCmd.SendObject,,,Me.
End Sub

Is it possible to SendObjects at all - more than one?
I need to email candidates about job vacancies, and would find it[/QUOTE] easier
to[QUOTE]
email them at once instead of individually, however Im having great
difficulty in creating a code that will allow this. I have looked on the
microsoft office site, and have not come up with anything...
Any help would be terrific. Thanks.[/QUOTE]
[/QUOTE][/QUOTE]
 
Back
Top