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.
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.