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.
Douglas J. Steele - 12 Jun 2007 22:09 GMT
Terry Wickenden documented the RunCmd commands at
http://home.clara.net/tkwickenden/

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
>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.
Scott McDaniel - 13 Jun 2007 11:43 GMT
>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
ISSB Programmer - 13 Jun 2007 19:16 GMT