DoCmd.SendObject

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

Guest

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


Back
Top