Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I Send object (report or form) from Access via GroupWise?

Status
Not open for further replies.

Melee

Programmer
Jun 20, 2000
50
US
The "send object" method appears to not to work with the GroupWise e-mail program.  Is there a trick to this?  I would like to be able to e-mail a form and/or report.  The wizard prompts me to set up a new account. I need to use the existing e-mail account.
 
This works for me. DoCmd.SendObject acReport, &quot;ReportNameHere&quot;, &quot;RichTextFormat *.rtf)&quot;, &quot;&quot;, &quot;&quot;, &quot;&quot;, &quot;Subject Here&quot;, &quot;Message Here&quot;, True, &quot;&quot;<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top