J
Jean-Paul
Hi
When I send a report with following code:
DoCmd.SendObject acSendReport, "Coordinaten_rapport", acFormatHTML,
MP_Setup.Coordinaten_rapport, , , "Wijziging van coordianten ", "", False
Outlook opens a messagebox saying something about safty-stuff.
I have to click Yes to continue...
Is there a way not to get this messagebox?
Also,
WHen I write:
DoCmd.SendObject acSendNoObject, strDocName, acFormatHTML, strEmail, , ,
strMailSubject, strMsg, , False
The message itself is opened... although I added "False"
Can somebody please explain
Thanks
JP
When I send a report with following code:
DoCmd.SendObject acSendReport, "Coordinaten_rapport", acFormatHTML,
MP_Setup.Coordinaten_rapport, , , "Wijziging van coordianten ", "", False
Outlook opens a messagebox saying something about safty-stuff.
I have to click Yes to continue...
Is there a way not to get this messagebox?
Also,
WHen I write:
DoCmd.SendObject acSendNoObject, strDocName, acFormatHTML, strEmail, , ,
strMailSubject, strMsg, , False
The message itself is opened... although I added "False"
Can somebody please explain
Thanks
JP