Simple help - Sendobject (false)

L

learning_codes

Hi,

I need your help.

It works for me to send the email and it got pop up Groupwise. Is
there a way to turn it false without seeing Groupwise.

DoCmd.SendObject objecttype:=acSendReport, _
ObjectName:=strDocName, outputformat:=acFormatHTML, _
To:=strEmail, Subject:=strMailSubject, MessageText:=strMsg

Above code, how to make this turns false without opening groupwise.


example:
DoCmd.SendObject acTable, "", "", "", "", "", "", "", False, ""

Your help would be much appreciated
Thanks
 

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


Top