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
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
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