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
 
Back
Top