Help Sendobjest

S

Steve

I am hopping some one can help me I have an application in Access 2000 which
has been running on XP and XP professional for a very long time every morning
this application creates a list of reminders it then creates an E-Mail for
each reminder and with a loop it sends all the e-mails one at a time the code
is
DoCmd.SendObject acSendNoObject, , acFormatTXT, StrFullAddress, , ,
strMailSubject, strMailMsg, False
All of a sudden a couple of months ago I noticed that it was sending the
first mail ok with the usual out look message and then it just looped through
the rest but did not send them or have any out look messages. I have checked
the message size and have tried it with massagers ranging fro 92 characters
too 139 characters no difference I have tried putting the code in a separate
form that was opened and closed for every mail but nothing makes any
difference.
Can any one shed any light on this for me?
 
A

Arvin Meyer [MVP]

You need to post the looping code. The SendObject code is fine. You may also
have automatically updated something that has killed your functionality.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top