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