New problem with auto-email

Kevin_S

Registered User.
Local time
Yesterday, 23:09
Joined
Apr 3, 2002
Messages
635
OK! First - I apologize to all of you who took the time to read the last post on this topic that I started a little while ago - I was able to set up a send object statement that did what I wanted to do so - in order to keep with board cleanliness - I deleted the previous thread started by yours truely:D

However - I now have a new issue/problem with my auto-email function - Posted below is the string I use to fire off the e-mail report:

DoCmd.SendObject acSendReport, [Forms]![frmReports]![List5], "Snapshot Format", [Combo4], , , "Attached Report", "Please find the report attached to this email", False

The code above takes the report selected in a listbox [List5] and the name of the person to receive the e-mail [Combo4] and send the e-mail - no problem EXCEPT....

When the code runs the e-mail is sent but for some reason the GroupWise software asks the user to select which address book they wish to use???? Is there something in the code that could be causing this??? - If I set the sendobject code to editmessage = True then I do not get the request for the address book selection?!?!?

Also - does anyone know of a way I can import a contact list into Access from Novell GroupWise?

thanks everybody!
Kevin
 
Any Groupwise users out there who could possibly help???
 
Groupwise Admin

I used to use groupwise.. so am using my memory here!

am not sure that you can create a live link to the address/contacts table. but you can export the contacts table as a .dat file.. and then you could import that into access..
if you goto the contacts screen and I think it is file/export..

it will not be live so you will have to be careful about keeping the list uptodate...

good luck!
 
Thanks for the reply sha7jpm:

I'll take a look at your suggestion and see if I can get it to work.

I'll post back here when I have a chance to test this out and let you know if I get it to work... or run into further problems....

Thanks Again,
kevin
 

Users who are viewing this thread

Back
Top Bottom