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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SEND BY ACCESS 2000 E_MAIL TO GROUP WISE

Status
Not open for further replies.

Mikmik

Programmer
Sep 16, 2002
3
0
0
IT
Hi,
by an Access 2000 macro, I send e_mail messages and all works perfectly if the mail program is Outlook.

But, alas!, my customer uses Group Wise 5.5 and the macro I wrote does not work.

The macro is the following:
Action: SendObject
Objetc type: Report
Out format : MS-DOS Text or Snapshot format

My question is:
What can I do to send an e_mail via Access 2000 to Group Wise ?
Thank you in advance.
Regards
Mik
 
Dear MikMik,

If you are using macro, you are using built-in function that's hidden. Actually, what has been done when you're using outlook is that the hidden function create an instance of outlook object and use the object method to send the e-mail. When you need to use other than microsoft, well, you may need to use VB code rather than macro and find out the object that the WISE is providing. The best ay is to consult WISE programmer on how to help you solve the problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top