Does anyone use AcCmdSend?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I could not find any MS help articles on this Command. I wanted to replace a
DoCmd.SendObject method but can't find any info on the properties to set.
Thanks.
 
I could not find any MS help articles on this Command. I wanted to replace a
DoCmd.SendObject method but can't find any info on the properties to set.
Thanks.

AFAIK, acCmdSend simply opens the default email client to send whatever object is currectly selected in Access. You'd be
much better advised to use the DoCmd.SendObject, or automate Outlook, CDO, or a 3rd party system to do this.

Here's Terry Wickenden's listing of all the acCmdxxx calls:

http://home.clara.net/tkwickenden/list/lista.htm

Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 

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

Back
Top