Access and LotusNotes

  • Thread starter Thread starter ray
  • Start date Start date
R

ray

Have LotusNotes at work. The Command Button wizard allows
me to email a report thru LotusNotes without problem. But
how do I write the VB code to set the "To" in the email
to a predetermined address?
 
here is the command

DoCmd.SendObject , "object name (if there attachment)",
(output format),"To
adress","CC","BCC","Subject","MessageText",0
 
Back
Top