DoCmd.SendObject

J

Jo M

When I use DoCmd.SendObject in my application using Access 2002 and Lotus
Notes 6, even though I put false in the open application, it won't send the
email without first opening the application and waiting for the user to press
send.

Can I stop this?

My code:

DoCmd.SendObject acSendReport, RepName, acFormatSNP, EName, , , ESubject,
EComments, False
 

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

Similar Threads

sendobject with False not automatically sending email 3
Docmd.SendObject issue 0
sendobject is stuck in outlook 1
Update Open Form 3
acFormatHTML 1
Emailing a Report 33
Send Email 4
docmd.sendobject 1

Top