J
Jean-Paul
Hi,
Following code sends a report through email
DoCmd.SendObject acSendReport, "Te bezoeken2", acFormatSNP,
MP_Setup.verkopers, , , "Algemeen overzicht week " & Me!weeknummer & "
van " & MP_Setup.gebruiker, "", False
This works like it should
But, upon sending through Outlook, I get a message saying access is
trying to automatically send an e-mail.
It all has to do with virus-controling...
My question(s)
Can I turn this of
When I answer "YES"... it's OK
When I answer "No" I get error 2293 saying the mail can not be send...
I don't want this messagebox to pop up...
Can I prevent this?
Thanks
Following code sends a report through email
DoCmd.SendObject acSendReport, "Te bezoeken2", acFormatSNP,
MP_Setup.verkopers, , , "Algemeen overzicht week " & Me!weeknummer & "
van " & MP_Setup.gebruiker, "", False
This works like it should
But, upon sending through Outlook, I get a message saying access is
trying to automatically send an e-mail.
It all has to do with virus-controling...
My question(s)
Can I turn this of
When I answer "YES"... it's OK
When I answer "No" I get error 2293 saying the mail can not be send...
I don't want this messagebox to pop up...
Can I prevent this?
Thanks