M Mike Nov 5, 2003 #1 Is it possible for the SendObject Method to take arguments from an active form? If yes, then what the syntax should be?
Is it possible for the SendObject Method to take arguments from an active form? If yes, then what the syntax should be?
A Andy Levy Nov 5, 2003 #2 Is this what you mean DoCmd.SendObject [objecttype][, objectname][, outputformat][, to][, cc][, bcc][, subject][, messagetext][, editmessage][, templatefile] e.g. DoCmd.SendObject acSendTable, "myTable", acFormatRTF, me.ToAddress, me.ccAddress, me.bccAddress, me.mySubject, "myInitialMessageText", True
Is this what you mean DoCmd.SendObject [objecttype][, objectname][, outputformat][, to][, cc][, bcc][, subject][, messagetext][, editmessage][, templatefile] e.g. DoCmd.SendObject acSendTable, "myTable", acFormatRTF, me.ToAddress, me.ccAddress, me.bccAddress, me.mySubject, "myInitialMessageText", True