vipersmind
03-02-2004, 06:28 PM
Hi
I am trying to send a report to one email from form.
My code is fired from a command button.
It flashing up quickly saying that it's sending the report but nothing happens.
We use Novell Groupwise.
DoCmd.SendObject acSendReport, "StopeReport_Rise", _
acFormatHTML, "email@somewhere.com.au", , , "test", "test", True
I am trying to send a report to one email from form.
My code is fired from a command button.
It flashing up quickly saying that it's sending the report but nothing happens.
We use Novell Groupwise.
DoCmd.SendObject acSendReport, "StopeReport_Rise", _
acFormatHTML, "email@somewhere.com.au", , , "test", "test", True