SendObject method arguments

M

Mike

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top