SendObject command

C

Co

After upgrade my outlook to 2003 and MS Access to 2003, my
command Sendobject use in MS Access 2000 is no longer work.
Any one know what is setup require to change in outlook so
the DoCmd.Sendobject command from MS ACCESS will call the
default MAPI mailer from outlook.
Thanks.
 
S

SUZYQ

You need to make sure that you have a reference to the correct dll. To
do this, open a code window by pressing Alt and F11.

Go to Tools -- > References. Make sure you have Microsoft Outlook 11.0
Object Library selected.
 
C

Co

I select the Microsoft Outlook 11 but I am still getting
the error message "not implemented".
 
Top