G
Guest
I use "DoCmd.SendObject acSendNoObject, , , strName, , ,
strSubject, txtmsg, True" to send an e-mail message. A lot
of If Thens/Select Cases etc. are used to create the
subject and msg. If I need to immediatly send another
message, it does not work. It will go through all the code
to create everything and give me my message box after the
Send but it doesn't do the Send. I have to close my
database and Access and reopen before it will send again.
I created a sample SendObject that works repeatedly so I
guess it's something in that code but I can't imagine what
would affect the sending.
Anybody every have this situation?
Rick
strSubject, txtmsg, True" to send an e-mail message. A lot
of If Thens/Select Cases etc. are used to create the
subject and msg. If I need to immediatly send another
message, it does not work. It will go through all the code
to create everything and give me my message box after the
Send but it doesn't do the Send. I have to close my
database and Access and reopen before it will send again.
I created a sample SendObject that works repeatedly so I
guess it's something in that code but I can't imagine what
would affect the sending.
Anybody every have this situation?
Rick